Html Css Color HEX #F0472A Cinnabar

📋 copy color: '#F0472A'

red 240 ◦ green 71 ◦ blue 42

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

Shades of Cinnabar #F0472A

Tints of Cinnabar #F0472A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.11%

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

R = 67.99%
G = 20.11%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0472A (or 0xF0472A) is known color: Cinnabar. HEX triplet: F0, 47 and 2A. RGB value is (240,71,42). Sum of RGB (Red+Green+Blue) = 240+71+42=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F0472A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0472A is #0FB8D5. Grayscale: #767676. Windows color (decimal): -1030358 or 2770928. OLE color: 2770928.

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

Color convert

RGB 240 71 42 -
CMYK 0 0.70 0.82 0.06
HSL 8.79º 0.87% 0.55% -
HSV(B) 8.79º 0.83% 0.94% -
XYZ 38.61 23.2 4.63 -
YUV 118.23 84.99 214.86 -
System Red Green Blue C M Y K H S L
Decimal 240 71 42 0 0.70 0.82 0.06 8.79 0.87 0.55
Hex F0 47 2A 0 46 52 6 9 57 37
Octal 360 107 52 0 106 122 6 11 127 67
Binary 11110000 1000111 101010 0 1000110 1010010 110 1001 1010111 110111

Color Harmonies of #F0472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0472A

Black with #F0472A

Text Example


Text Example

White with #F0472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0472A; }

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

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

background-color css

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

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

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

border-color css

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

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

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