Html Css Color HEX #F0402B Cinnabar

📋 copy color: '#F0402B'

red 240 ◦ green 64 ◦ blue 43

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

Shades of Cinnabar #F0402B

Tints of Cinnabar #F0402B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.44%

 BLUE value IS 43 (17.19% from 255) = 12.39%

R = 69.16%
G = 18.44%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0402B (or 0xF0402B) is known color: Cinnabar. HEX triplet: F0, 40 and 2B. RGB value is (240,64,43). Sum of RGB (Red+Green+Blue) = 240+64+43=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F0402B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0402B is #0FBFD4. Grayscale: #727272. Windows color (decimal): -1032149 or 2834672. OLE color: 2834672.

HSL color Cylindrical-coordinate representation of color #F0402B: hue angle of 6.4º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0402B is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 64 43 -
CMYK 0 0.73 0.82 0.06
HSL 6.4º 0.87% 0.55% -
HSV(B) 6.4º 0.82% 0.94% -
XYZ 38.2 22.37 4.59 -
YUV 114.23 87.81 217.71 -
System Red Green Blue C M Y K H S L
Decimal 240 64 43 0 0.73 0.82 0.06 6.4 0.87 0.55
Hex F0 40 2B 0 49 52 6 6 57 37
Octal 360 100 53 0 111 122 6 6 127 67
Binary 11110000 1000000 101011 0 1001001 1010010 110 110 1010111 110111

Color Harmonies of #F0402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0402B

Black with #F0402B

Text Example


Text Example

White with #F0402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0402B; }

 p { color: rgb(240,64,43); }

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

background-color css

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

 a { background-color: rgb(240,64,43); }

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

border-color css

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

 span { border-color: rgb(240,64,43); }

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