Html Css Color HEX #F2373F Alizarin

📋 copy color: '#F2373F'

red 242 ◦ green 55 ◦ blue 63

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

Shades of Alizarin #F2373F

Tints of Alizarin #F2373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.28%

 BLUE value IS 63 (25% from 255) = 17.5%

R = 67.22%
G = 15.28%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2373F (or 0xF2373F) is known color: Alizarin. HEX triplet: F2, 37 and 3F. RGB value is (242,55,63). Sum of RGB (Red+Green+Blue) = 242+55+63=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F2373F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2373F is #0DC8C0. Grayscale: #6F6F6F. Windows color (decimal): -903361 or 4143090. OLE color: 4143090.

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

Color convert

RGB 242 55 63 -
CMYK 0 0.77 0.74 0.05
HSL 357.43º 0.88% 0.58% -
HSV(B) 357.43º 0.77% 0.95% -
XYZ 38.88 21.97 6.89 -
YUV 111.83 100.45 220.85 -
System Red Green Blue C M Y K H S L
Decimal 242 55 63 0 0.77 0.74 0.05 357.43 0.88 0.58
Hex F2 37 3F 0 4D 4A 5 165 58 3A
Octal 362 67 77 0 115 112 5 545 130 72
Binary 11110010 110111 111111 0 1001101 1001010 101 101100101 1011000 111010

Color Harmonies of #F2373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2373F

Black with #F2373F

Text Example


Text Example

White with #F2373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2373F; }

 p { color: rgb(242,55,63); }

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

background-color css

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

 a { background-color: rgb(242,55,63); }

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

border-color css

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

 span { border-color: rgb(242,55,63); }

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