Html Css Color HEX #F2462B Cinnabar

📋 copy color: '#F2462B'

red 242 ◦ green 70 ◦ blue 43

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

Shades of Cinnabar #F2462B

Tints of Cinnabar #F2462B

RGB

 RED value IS 242 (94.92% from 255) = 68.17%

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

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

R = 68.17%
G = 19.72%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2462B (or 0xF2462B) is known color: Cinnabar. HEX triplet: F2, 46 and 2B. RGB value is (242,70,43). Sum of RGB (Red+Green+Blue) = 242+70+43=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F2462B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2462B is #0DB9D4. Grayscale: #767676. Windows color (decimal): -899541 or 2836210. OLE color: 2836210.

HSL color Cylindrical-coordinate representation of color #F2462B: hue angle of 8.14º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2462B is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 70 43 -
CMYK 0 0.71 0.82 0.05
HSL 8.14º 0.88% 0.56% -
HSV(B) 8.14º 0.82% 0.95% -
XYZ 39.24 23.43 4.74 -
YUV 118.35 85.48 216.2 -
System Red Green Blue C M Y K H S L
Decimal 242 70 43 0 0.71 0.82 0.05 8.14 0.88 0.56
Hex F2 46 2B 0 47 52 5 8 58 38
Octal 362 106 53 0 107 122 5 10 130 70
Binary 11110010 1000110 101011 0 1000111 1010010 101 1000 1011000 111000

Color Harmonies of #F2462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2462B

Black with #F2462B

Text Example


Text Example

White with #F2462B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2462B; }

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

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

background-color css

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

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

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

border-color css

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

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

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