Html Css Color HEX #F0422B Cinnabar

📋 copy color: '#F0422B'

red 240 ◦ green 66 ◦ blue 43

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

Shades of Cinnabar #F0422B

Tints of Cinnabar #F0422B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.91%

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

R = 68.77%
G = 18.91%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0422B (or 0xF0422B) is known color: Cinnabar. HEX triplet: F0, 42 and 2B. RGB value is (240,66,43). Sum of RGB (Red+Green+Blue) = 240+66+43=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F0422B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0422B is #0FBDD4. Grayscale: #737373. Windows color (decimal): -1031637 or 2835184. OLE color: 2835184.

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

Color convert

RGB 240 66 43 -
CMYK 0 0.72 0.82 0.06
HSL 7.01º 0.87% 0.55% -
HSV(B) 7.01º 0.82% 0.94% -
XYZ 38.32 22.6 4.63 -
YUV 115.4 87.15 216.87 -
System Red Green Blue C M Y K H S L
Decimal 240 66 43 0 0.72 0.82 0.06 7.01 0.87 0.55
Hex F0 42 2B 0 48 52 6 7 57 37
Octal 360 102 53 0 110 122 6 7 127 67
Binary 11110000 1000010 101011 0 1001000 1010010 110 111 1010111 110111

Color Harmonies of #F0422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0422B

Black with #F0422B

Text Example


Text Example

White with #F0422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0422B; }

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

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

background-color css

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

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

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

border-color css

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

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

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