Html Css Color HEX #F2323E Alizarin

📋 copy color: '#F2323E'

red 242 ◦ green 50 ◦ blue 62

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

Shades of Alizarin #F2323E

Tints of Alizarin #F2323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.12%

 BLUE value IS 62 (24.61% from 255) = 17.51%

R = 68.36%
G = 14.12%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2323E (or 0xF2323E) is known color: Alizarin. HEX triplet: F2, 32 and 3E. RGB value is (242,50,62). Sum of RGB (Red+Green+Blue) = 242+50+62=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F2323E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2323E is #0DCDC1. Grayscale: #6C6C6C. Windows color (decimal): -904642 or 4076274. OLE color: 4076274.

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

Color convert

RGB 242 50 62 -
CMYK 0 0.79 0.74 0.05
HSL 356.25º 0.88% 0.57% -
HSV(B) 356.25º 0.79% 0.95% -
XYZ 38.63 21.51 6.67 -
YUV 108.78 101.61 223.02 -
System Red Green Blue C M Y K H S L
Decimal 242 50 62 0 0.79 0.74 0.05 356.25 0.88 0.57
Hex F2 32 3E 0 4F 4A 5 164 58 39
Octal 362 62 76 0 117 112 5 544 130 71
Binary 11110010 110010 111110 0 1001111 1001010 101 101100100 1011000 111001

Color Harmonies of #F2323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2323E

Black with #F2323E

Text Example


Text Example

White with #F2323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2323E; }

 p { color: rgb(242,50,62); }

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

background-color css

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

 a { background-color: rgb(242,50,62); }

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

border-color css

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

 span { border-color: rgb(242,50,62); }

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