Html Css Color HEX #F5168C Deep Pink

📋 copy color: '#F5168C'

red 245 ◦ green 22 ◦ blue 140

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

Shades of Deep Pink #F5168C

Tints of Deep Pink #F5168C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 60.2%
G = 5.41%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5168C (or 0xF5168C) is known color: Deep Pink. HEX triplet: F5, 16 and 8C. RGB value is (245,22,140). Sum of RGB (Red+Green+Blue) = 245+22+140=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5168C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5168C is #0AE973. Grayscale: #656565. Windows color (decimal): -715124 or 9180917. OLE color: 9180917.

HSL color Cylindrical-coordinate representation of color #F5168C: hue angle of 328.25º 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 #F5168C is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 22 140 -
CMYK 0 0.91 0.43 0.04
HSL 328.25º 0.92% 0.52% -
HSV(B) 328.25º 0.91% 0.96% -
XYZ 42.68 21.88 26.78 -
YUV 102.13 149.38 229.91 -
System Red Green Blue C M Y K H S L
Decimal 245 22 140 0 0.91 0.43 0.04 328.25 0.92 0.52
Hex F5 16 8C 0 5B 2B 4 148 5C 34
Octal 365 26 214 0 133 53 4 510 134 64
Binary 11110101 10110 10001100 0 1011011 101011 100 101001000 1011100 110100

Color Harmonies of #F5168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5168C

Black with #F5168C

Text Example


Text Example

White with #F5168C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5168C; }

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

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

background-color css

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

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

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

border-color css

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

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

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