Html Css Color HEX #F04F31 Cinnabar

📋 copy color: '#F04F31'

red 240 ◦ green 79 ◦ blue 49

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

Shades of Cinnabar #F04F31

Tints of Cinnabar #F04F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.32%

R = 65.22%
G = 21.47%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F04F31 (or 0xF04F31) is known color: Cinnabar. HEX triplet: F0, 4F and 31. RGB value is (240,79,49). Sum of RGB (Red+Green+Blue) = 240+79+49=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04F31 is #0FB0CE. Grayscale: #7C7C7C. Windows color (decimal): -1028303 or 3231728. OLE color: 3231728.

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

Color convert

RGB 240 79 49 -
CMYK 0 0.67 0.80 0.06
HSL 9.42º 0.86% 0.57% -
HSV(B) 9.42º 0.8% 0.94% -
XYZ 39.29 24.34 5.53 -
YUV 123.72 85.84 210.94 -
System Red Green Blue C M Y K H S L
Decimal 240 79 49 0 0.67 0.80 0.06 9.42 0.86 0.57
Hex F0 4F 31 0 43 50 6 9 56 39
Octal 360 117 61 0 103 120 6 11 126 71
Binary 11110000 1001111 110001 0 1000011 1010000 110 1001 1010110 111001

Color Harmonies of #F04F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F31

Black with #F04F31

Text Example


Text Example

White with #F04F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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