Html Css Color HEX #F04F32 Cinnabar

📋 copy color: '#F04F32'

red 240 ◦ green 79 ◦ blue 50

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

Shades of Cinnabar #F04F32

Tints of Cinnabar #F04F32

RGB

 RED value IS 240 (94.14% from 255) = 65.04%

 GREEN value IS 79 (31.25% from 255) = 21.41%

 BLUE value IS 50 (19.92% from 255) = 13.55%

R = 65.04%
G = 21.41%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F04F32 (or 0xF04F32) is known color: Cinnabar. HEX triplet: F0, 4F and 32. RGB value is (240,79,50). Sum of RGB (Red+Green+Blue) = 240+79+50=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04F32 is #0FB0CD. Grayscale: #7C7C7C. Windows color (decimal): -1028302 or 3297264. OLE color: 3297264.

HSL color Cylindrical-coordinate representation of color #F04F32: hue angle of 9.16º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F04F32 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 79 50 -
CMYK 0 0.67 0.79 0.06
HSL 9.16º 0.86% 0.57% -
HSV(B) 9.16º 0.79% 0.94% -
XYZ 39.31 24.35 5.65 -
YUV 123.83 86.34 210.86 -
System Red Green Blue C M Y K H S L
Decimal 240 79 50 0 0.67 0.79 0.06 9.16 0.86 0.57
Hex F0 4F 32 0 43 4F 6 9 56 39
Octal 360 117 62 0 103 117 6 11 126 71
Binary 11110000 1001111 110010 0 1000011 1001111 110 1001 1010110 111001

Color Harmonies of #F04F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F32

Black with #F04F32

Text Example


Text Example

White with #F04F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F32; }

 p { color: rgb(240,79,50); }

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

background-color css

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

 a { background-color: rgb(240,79,50); }

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

border-color css

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

 span { border-color: rgb(240,79,50); }

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