Html Css Color HEX #F0462B Cinnabar

📋 copy color: '#F0462B'

red 240 ◦ green 70 ◦ blue 43

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

Shades of Cinnabar #F0462B

Tints of Cinnabar #F0462B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.83%

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

R = 67.99%
G = 19.83%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0462B (or 0xF0462B) is known color: Cinnabar. HEX triplet: F0, 46 and 2B. RGB value is (240,70,43). Sum of RGB (Red+Green+Blue) = 240+70+43=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F0462B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0462B is #0FB9D4. Grayscale: #767676. Windows color (decimal): -1030613 or 2836208. OLE color: 2836208.

HSL color Cylindrical-coordinate representation of color #F0462B: hue angle of 8.22º 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 #F0462B is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 70 43 -
CMYK 0 0.71 0.82 0.06
HSL 8.22º 0.87% 0.55% -
HSV(B) 8.22º 0.82% 0.94% -
XYZ 38.56 23.08 4.71 -
YUV 117.75 85.82 215.2 -
System Red Green Blue C M Y K H S L
Decimal 240 70 43 0 0.71 0.82 0.06 8.22 0.87 0.55
Hex F0 46 2B 0 47 52 6 8 57 37
Octal 360 106 53 0 107 122 6 10 127 67
Binary 11110000 1000110 101011 0 1000111 1010010 110 1000 1010111 110111

Color Harmonies of #F0462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0462B

Black with #F0462B

Text Example


Text Example

White with #F0462B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0462B; }

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

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

background-color css

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

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

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

border-color css

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

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

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