Html Css Color HEX #F2482B Cinnabar

📋 copy color: '#F2482B'

red 242 ◦ green 72 ◦ blue 43

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

Shades of Cinnabar #F2482B

Tints of Cinnabar #F2482B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.17%

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

R = 67.79%
G = 20.17%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2482B (or 0xF2482B) is known color: Cinnabar. HEX triplet: F2, 48 and 2B. RGB value is (242,72,43). Sum of RGB (Red+Green+Blue) = 242+72+43=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F2482B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2482B is #0DB7D4. Grayscale: #777777. Windows color (decimal): -899029 or 2836722. OLE color: 2836722.

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

Color convert

RGB 242 72 43 -
CMYK 0 0.70 0.82 0.05
HSL 8.74º 0.88% 0.56% -
HSV(B) 8.74º 0.82% 0.95% -
XYZ 39.37 23.69 4.78 -
YUV 119.52 84.82 215.36 -
System Red Green Blue C M Y K H S L
Decimal 242 72 43 0 0.70 0.82 0.05 8.74 0.88 0.56
Hex F2 48 2B 0 46 52 5 9 58 38
Octal 362 110 53 0 106 122 5 11 130 70
Binary 11110010 1001000 101011 0 1000110 1010010 101 1001 1011000 111000

Color Harmonies of #F2482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2482B

Black with #F2482B

Text Example


Text Example

White with #F2482B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2482B; }

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

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

background-color css

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

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

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

border-color css

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

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

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