Html Css Color HEX #F81978 Deep Pink

📋 copy color: '#F81978'

red 248 ◦ green 25 ◦ blue 120

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

Shades of Deep Pink #F81978

Tints of Deep Pink #F81978

RGB

 RED value IS 248 (97.27% from 255) = 63.1%

 GREEN value IS 25 (10.16% from 255) = 6.36%

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 63.1%
G = 6.36%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F81978 (or 0xF81978) is known color: Deep Pink. HEX triplet: F8, 19 and 78. RGB value is (248,25,120). Sum of RGB (Red+Green+Blue) = 248+25+120=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F81978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81978 is #07E687. Grayscale: #666666. Windows color (decimal): -517768 or 7870968. OLE color: 7870968.

HSL color Cylindrical-coordinate representation of color #F81978: hue angle of 334.44º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81978 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 25 120 -
CMYK 0 0.90 0.52 0.03
HSL 334.44º 0.94% 0.54% -
HSV(B) 334.44º 0.9% 0.97% -
XYZ 42.45 22.01 19.78 -
YUV 102.51 137.88 231.78 -
System Red Green Blue C M Y K H S L
Decimal 248 25 120 0 0.90 0.52 0.03 334.44 0.94 0.54
Hex F8 19 78 0 5A 34 3 14E 5E 36
Octal 370 31 170 0 132 64 3 516 136 66
Binary 11111000 11001 1111000 0 1011010 110100 11 101001110 1011110 110110

Color Harmonies of #F81978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81978

Black with #F81978

Text Example


Text Example

White with #F81978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81978; }

 p { color: rgb(248,25,120); }

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

background-color css

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

 a { background-color: rgb(248,25,120); }

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

border-color css

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

 span { border-color: rgb(248,25,120); }

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