Html Css Color HEX #F0422A Cinnabar

📋 copy color: '#F0422A'

red 240 ◦ green 66 ◦ blue 42

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

Shades of Cinnabar #F0422A

Tints of Cinnabar #F0422A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.07%

R = 68.97%
G = 18.97%
B = 12.07%

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

#F0422A (or 0xF0422A) is known color: Cinnabar. HEX triplet: F0, 42 and 2A. RGB value is (240,66,42). Sum of RGB (Red+Green+Blue) = 240+66+42=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F0422A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0422A is #0FBDD5. Grayscale: #737373. Windows color (decimal): -1031638 or 2769648. OLE color: 2769648.

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

Color convert

RGB 240 66 42 -
CMYK 0 0.72 0.82 0.06
HSL 7.27º 0.87% 0.55% -
HSV(B) 7.27º 0.83% 0.94% -
XYZ 38.3 22.59 4.53 -
YUV 115.29 86.65 216.95 -
System Red Green Blue C M Y K H S L
Decimal 240 66 42 0 0.72 0.82 0.06 7.27 0.87 0.55
Hex F0 42 2A 0 48 52 6 7 57 37
Octal 360 102 52 0 110 122 6 7 127 67
Binary 11110000 1000010 101010 0 1001000 1010010 110 111 1010111 110111

Color Harmonies of #F0422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0422A

Black with #F0422A

Text Example


Text Example

White with #F0422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0422A; }

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

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

background-color css

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

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

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

border-color css

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

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

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