Html Css Color HEX #F32979 Deep Cerise

📋 copy color: '#F32979'

red 243 ◦ green 41 ◦ blue 121

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

Shades of Deep Cerise #F32979

Tints of Deep Cerise #F32979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.12%

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

R = 60%
G = 10.12%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F32979 (or 0xF32979) is known color: Deep Cerise. HEX triplet: F3, 29 and 79. RGB value is (243,41,121). Sum of RGB (Red+Green+Blue) = 243+41+121=405 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 243 - color contains mainly: red. Hex color #F32979 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32979 is #0CD686. Grayscale: #6E6E6E. Windows color (decimal): -841351 or 7940595. OLE color: 7940595.

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

Color convert

RGB 243 41 121 -
CMYK 0 0.83 0.50 0.05
HSL 336.24º 0.89% 0.56% -
HSV(B) 336.24º 0.83% 0.95% -
XYZ 41.21 22.02 20.17 -
YUV 110.52 133.92 222.5 -
System Red Green Blue C M Y K H S L
Decimal 243 41 121 0 0.83 0.50 0.05 336.24 0.89 0.56
Hex F3 29 79 0 53 32 5 150 59 38
Octal 363 51 171 0 123 62 5 520 131 70
Binary 11110011 101001 1111001 0 1010011 110010 101 101010000 1011001 111000

Color Harmonies of #F32979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32979

Black with #F32979

Text Example


Text Example

White with #F32979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32979; }

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

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

background-color css

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

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

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

border-color css

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

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

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