Html Css Color HEX #F31978 Deep Pink

📋 copy color: '#F31978'

red 243 ◦ green 25 ◦ blue 120

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

Shades of Deep Pink #F31978

Tints of Deep Pink #F31978

RGB

 RED value IS 243 (95.31% from 255) = 62.63%

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

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

R = 62.63%
G = 6.44%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F31978 (or 0xF31978) is known color: Deep Pink. HEX triplet: F3, 19 and 78. RGB value is (243,25,120). Sum of RGB (Red+Green+Blue) = 243+25+120=388 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.63% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 243 - color contains mainly: red. Hex color #F31978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31978 is #0CE687. Grayscale: #646464. Windows color (decimal): -845448 or 7870963. OLE color: 7870963.

HSL color Cylindrical-coordinate representation of color #F31978: hue angle of 333.85º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31978 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 25 120 -
CMYK 0 0.90 0.51 0.05
HSL 333.85º 0.9% 0.53% -
HSV(B) 333.85º 0.9% 0.95% -
XYZ 40.7 21.11 19.7 -
YUV 101.01 138.72 229.28 -
System Red Green Blue C M Y K H S L
Decimal 243 25 120 0 0.90 0.51 0.05 333.85 0.9 0.53
Hex F3 19 78 0 5A 33 5 14E 5A 35
Octal 363 31 170 0 132 63 5 516 132 65
Binary 11110011 11001 1111000 0 1011010 110011 101 101001110 1011010 110101

Color Harmonies of #F31978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31978

Black with #F31978

Text Example


Text Example

White with #F31978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31978; }

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

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

background-color css

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

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

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

border-color css

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

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

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