Html Css Color HEX #F5168E Deep Pink

📋 copy color: '#F5168E'

red 245 ◦ green 22 ◦ blue 142

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

Shades of Deep Pink #F5168E

Tints of Deep Pink #F5168E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.72%

R = 59.9%
G = 5.38%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5168E (or 0xF5168E) is known color: Deep Pink. HEX triplet: F5, 16 and 8E. RGB value is (245,22,142). Sum of RGB (Red+Green+Blue) = 245+22+142=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F5168E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5168E is #0AE971. Grayscale: #666666. Windows color (decimal): -715122 or 9311989. OLE color: 9311989.

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

Color convert

RGB 245 22 142 -
CMYK 0 0.91 0.42 0.04
HSL 327.71º 0.92% 0.52% -
HSV(B) 327.71º 0.91% 0.96% -
XYZ 42.83 21.94 27.57 -
YUV 102.36 150.38 229.74 -
System Red Green Blue C M Y K H S L
Decimal 245 22 142 0 0.91 0.42 0.04 327.71 0.92 0.52
Hex F5 16 8E 0 5B 2A 4 148 5C 34
Octal 365 26 216 0 133 52 4 510 134 64
Binary 11110101 10110 10001110 0 1011011 101010 100 101001000 1011100 110100

Color Harmonies of #F5168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5168E

Black with #F5168E

Text Example


Text Example

White with #F5168E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5168E; }

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

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

background-color css

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

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

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

border-color css

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

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

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