Html Css Color HEX #F31979 Deep Pink

📋 copy color: '#F31979'

red 243 ◦ green 25 ◦ blue 121

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

Shades of Deep Pink #F31979

Tints of Deep Pink #F31979

RGB

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

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

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

R = 62.47%
G = 6.43%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F31979 (or 0xF31979) is known color: Deep Pink. HEX triplet: F3, 19 and 79. RGB value is (243,25,121). Sum of RGB (Red+Green+Blue) = 243+25+121=389 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.47% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 243 - color contains mainly: red. Hex color #F31979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31979 is #0CE686. Grayscale: #646464. Windows color (decimal): -845447 or 7936499. OLE color: 7936499.

HSL color Cylindrical-coordinate representation of color #F31979: hue angle of 333.58º 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 #F31979 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 25 121 -
CMYK 0 0.90 0.50 0.05
HSL 333.58º 0.9% 0.53% -
HSV(B) 333.58º 0.9% 0.95% -
XYZ 40.76 21.13 20.02 -
YUV 101.13 139.22 229.19 -
System Red Green Blue C M Y K H S L
Decimal 243 25 121 0 0.90 0.50 0.05 333.58 0.9 0.53
Hex F3 19 79 0 5A 32 5 14E 5A 35
Octal 363 31 171 0 132 62 5 516 132 65
Binary 11110011 11001 1111001 0 1011010 110010 101 101001110 1011010 110101

Color Harmonies of #F31979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31979

Black with #F31979

Text Example


Text Example

White with #F31979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31979; }

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

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

background-color css

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

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

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

border-color css

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

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

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