Html Css Color HEX #F5167F Deep Pink

📋 copy color: '#F5167F'

red 245 ◦ green 22 ◦ blue 127

#F5167F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F5167F

Tints of Deep Pink #F5167F

RGB

 RED value IS 245 (96.09% from 255) = 62.18%

 GREEN value IS 22 (8.98% from 255) = 5.58%

 BLUE value IS 127 (50% from 255) = 32.23%

R = 62.18%
G = 5.58%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F5167F (or 0xF5167F) is known color: Deep Pink. HEX triplet: F5, 16 and 7F. RGB value is (245,22,127). Sum of RGB (Red+Green+Blue) = 245+22+127=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F5167F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5167F is #0AE980. Grayscale: #646464. Windows color (decimal): -715137 or 8328949. OLE color: 8328949.

HSL color Cylindrical-coordinate representation of color #F5167F: hue angle of 331.75º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5167F is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 22 127 -
CMYK 0 0.91 0.48 0.04
HSL 331.75º 0.92% 0.52% -
HSV(B) 331.75º 0.91% 0.96% -
XYZ 41.77 21.52 22.03 -
YUV 100.65 142.88 230.96 -
System Red Green Blue C M Y K H S L
Decimal 245 22 127 0 0.91 0.48 0.04 331.75 0.92 0.52
Hex F5 16 7F 0 5B 30 4 14C 5C 34
Octal 365 26 177 0 133 60 4 514 134 64
Binary 11110101 10110 1111111 0 1011011 110000 100 101001100 1011100 110100

Color Harmonies of #F5167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5167F

Black with #F5167F

Text Example


Text Example

White with #F5167F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5167F; }

 p { color: rgb(245,22,127); }

 H1.HeaderClassName
 {
   color: #F5167F;
 }
 .AnyTagClassName
 {
   color: #F5167F;
 }
</style>

background-color css

<style>
 a { background-color: #F5167F; }

 a { background-color: rgb(245,22,127); }

 div.DivClassName
 {
   background-color: #F5167F;
 }
 .BgClassName
 {
   background-color: #F5167F;
 }
</style>

border-color css

<style>
 span { border-color: #F5167F; }

 span { border-color: rgb(245,22,127); }

 td.TdClassName
 {
   border-color: #F5167F;
 }
 .TagClassName
 {
   border-color: #F5167F;
 }
</style>