Html Css Color HEX #F7242F Alizarin

📋 copy color: '#F7242F'

red 247 ◦ green 36 ◦ blue 47

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

Shades of Alizarin #F7242F

Tints of Alizarin #F7242F

RGB

 RED value IS 247 (96.88% from 255) = 74.85%

 GREEN value IS 36 (14.45% from 255) = 10.91%

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

R = 74.85%
G = 10.91%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7242F (or 0xF7242F) is known color: Alizarin. HEX triplet: F7, 24 and 2F. RGB value is (247,36,47). Sum of RGB (Red+Green+Blue) = 247+36+47=330 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.85% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 247 - color contains mainly: red. Hex color #F7242F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7242F is #08DBD0. Grayscale: #646464. Windows color (decimal): -580561 or 3089655. OLE color: 3089655.

HSL color Cylindrical-coordinate representation of color #F7242F: hue angle of 356.87º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7242F is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 36 47 -
CMYK 0 0.85 0.81 0.03
HSL 356.87º 0.93% 0.55% -
HSV(B) 356.87º 0.85% 0.97% -
XYZ 39.5 21.24 4.71 -
YUV 100.34 97.9 232.61 -
System Red Green Blue C M Y K H S L
Decimal 247 36 47 0 0.85 0.81 0.03 356.87 0.93 0.55
Hex F7 24 2F 0 55 51 3 165 5D 37
Octal 367 44 57 0 125 121 3 545 135 67
Binary 11110111 100100 101111 0 1010101 1010001 11 101100101 1011101 110111

Color Harmonies of #F7242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7242F

Black with #F7242F

Text Example


Text Example

White with #F7242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7242F; }

 p { color: rgb(247,36,47); }

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

background-color css

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

 a { background-color: rgb(247,36,47); }

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

border-color css

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

 span { border-color: rgb(247,36,47); }

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