Html Css Color HEX #F2333C Alizarin

📋 copy color: '#F2333C'

red 242 ◦ green 51 ◦ blue 60

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

Shades of Alizarin #F2333C

Tints of Alizarin #F2333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.45%

 BLUE value IS 60 (23.83% from 255) = 17%

R = 68.56%
G = 14.45%
B = 17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2333C (or 0xF2333C) is known color: Alizarin. HEX triplet: F2, 33 and 3C. RGB value is (242,51,60). Sum of RGB (Red+Green+Blue) = 242+51+60=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F2333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2333C is #0DCCC3. Grayscale: #6D6D6D. Windows color (decimal): -904388 or 3945458. OLE color: 3945458.

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

Color convert

RGB 242 51 60 -
CMYK 0 0.79 0.75 0.05
HSL 357.17º 0.88% 0.57% -
HSV(B) 357.17º 0.79% 0.95% -
XYZ 38.62 21.57 6.4 -
YUV 109.14 100.28 222.77 -
System Red Green Blue C M Y K H S L
Decimal 242 51 60 0 0.79 0.75 0.05 357.17 0.88 0.57
Hex F2 33 3C 0 4F 4B 5 165 58 39
Octal 362 63 74 0 117 113 5 545 130 71
Binary 11110010 110011 111100 0 1001111 1001011 101 101100101 1011000 111001

Color Harmonies of #F2333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2333C

Black with #F2333C

Text Example


Text Example

White with #F2333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2333C; }

 p { color: rgb(242,51,60); }

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

background-color css

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

 a { background-color: rgb(242,51,60); }

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

border-color css

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

 span { border-color: rgb(242,51,60); }

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