Html Css Color HEX #F31E79 Deep Pink

📋 copy color: '#F31E79'

red 243 ◦ green 30 ◦ blue 121

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

Shades of Deep Pink #F31E79

Tints of Deep Pink #F31E79

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.61%

 BLUE value IS 121 (47.66% from 255) = 30.71%

R = 61.68%
G = 7.61%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F31E79 (or 0xF31E79) is known color: Deep Pink. HEX triplet: F3, 1E and 79. RGB value is (243,30,121). Sum of RGB (Red+Green+Blue) = 243+30+121=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31E79 is #0CE186. Grayscale: #676767. Windows color (decimal): -844167 or 7937779. OLE color: 7937779.

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

Color convert

RGB 243 30 121 -
CMYK 0 0.88 0.50 0.05
HSL 334.37º 0.9% 0.54% -
HSV(B) 334.37º 0.88% 0.95% -
XYZ 40.88 21.36 20.06 -
YUV 104.06 137.57 227.1 -
System Red Green Blue C M Y K H S L
Decimal 243 30 121 0 0.88 0.50 0.05 334.37 0.9 0.54
Hex F3 1E 79 0 58 32 5 14E 5A 36
Octal 363 36 171 0 130 62 5 516 132 66
Binary 11110011 11110 1111001 0 1011000 110010 101 101001110 1011010 110110

Color Harmonies of #F31E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31E79

Black with #F31E79

Text Example


Text Example

White with #F31E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31E79; }

 p { color: rgb(243,30,121); }

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

background-color css

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

 a { background-color: rgb(243,30,121); }

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

border-color css

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

 span { border-color: rgb(243,30,121); }

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