Html Css Color HEX #F0412B Cinnabar

📋 copy color: '#F0412B'

red 240 ◦ green 65 ◦ blue 43

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

Shades of Cinnabar #F0412B

Tints of Cinnabar #F0412B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.68%

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

R = 68.97%
G = 18.68%
B = 12.36%

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

#F0412B (or 0xF0412B) is known color: Cinnabar. HEX triplet: F0, 41 and 2B. RGB value is (240,65,43). Sum of RGB (Red+Green+Blue) = 240+65+43=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F0412B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0412B is #0FBED4. Grayscale: #737373. Windows color (decimal): -1031893 or 2834928. OLE color: 2834928.

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

Color convert

RGB 240 65 43 -
CMYK 0 0.73 0.82 0.06
HSL 6.7º 0.87% 0.55% -
HSV(B) 6.7º 0.82% 0.94% -
XYZ 38.26 22.48 4.61 -
YUV 114.82 87.48 217.29 -
System Red Green Blue C M Y K H S L
Decimal 240 65 43 0 0.73 0.82 0.06 6.7 0.87 0.55
Hex F0 41 2B 0 49 52 6 7 57 37
Octal 360 101 53 0 111 122 6 7 127 67
Binary 11110000 1000001 101011 0 1001001 1010010 110 111 1010111 110111

Color Harmonies of #F0412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0412B

Black with #F0412B

Text Example


Text Example

White with #F0412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0412B; }

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

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

background-color css

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

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

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

border-color css

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

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

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