Html Css Color HEX #F2482F Cinnabar

📋 copy color: '#F2482F'

red 242 ◦ green 72 ◦ blue 47

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

Shades of Cinnabar #F2482F

Tints of Cinnabar #F2482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.02%

R = 67.04%
G = 19.94%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2482F (or 0xF2482F) is known color: Cinnabar. HEX triplet: F2, 48 and 2F. RGB value is (242,72,47). Sum of RGB (Red+Green+Blue) = 242+72+47=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F2482F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2482F is #0DB7D0. Grayscale: #787878. Windows color (decimal): -899025 or 3098866. OLE color: 3098866.

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

Color convert

RGB 242 72 47 -
CMYK 0 0.70 0.81 0.05
HSL 7.69º 0.88% 0.57% -
HSV(B) 7.69º 0.81% 0.95% -
XYZ 39.45 23.72 5.19 -
YUV 119.98 86.82 215.03 -
System Red Green Blue C M Y K H S L
Decimal 242 72 47 0 0.70 0.81 0.05 7.69 0.88 0.57
Hex F2 48 2F 0 46 51 5 8 58 39
Octal 362 110 57 0 106 121 5 10 130 71
Binary 11110010 1001000 101111 0 1000110 1010001 101 1000 1011000 111001

Color Harmonies of #F2482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2482F

Black with #F2482F

Text Example


Text Example

White with #F2482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2482F; }

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

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

background-color css

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

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

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

border-color css

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

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

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