Html Css Color HEX #F23039 Alizarin

📋 copy color: '#F23039'

red 242 ◦ green 48 ◦ blue 57

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

Shades of Alizarin #F23039

Tints of Alizarin #F23039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.83%

 BLUE value IS 57 (22.66% from 255) = 16.43%

R = 69.74%
G = 13.83%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F23039 (or 0xF23039) is known color: Alizarin. HEX triplet: F2, 30 and 39. RGB value is (242,48,57). Sum of RGB (Red+Green+Blue) = 242+48+57=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F23039 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23039 is #0DCFC6. Grayscale: #6B6B6B. Windows color (decimal): -905159 or 3748082. OLE color: 3748082.

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

Color convert

RGB 242 48 57 -
CMYK 0 0.80 0.76 0.05
HSL 357.22º 0.88% 0.57% -
HSV(B) 357.22º 0.8% 0.95% -
XYZ 38.41 21.29 5.95 -
YUV 107.03 99.77 224.27 -
System Red Green Blue C M Y K H S L
Decimal 242 48 57 0 0.80 0.76 0.05 357.22 0.88 0.57
Hex F2 30 39 0 50 4C 5 165 58 39
Octal 362 60 71 0 120 114 5 545 130 71
Binary 11110010 110000 111001 0 1010000 1001100 101 101100101 1011000 111001

Color Harmonies of #F23039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23039

Black with #F23039

Text Example


Text Example

White with #F23039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23039; }

 p { color: rgb(242,48,57); }

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

background-color css

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

 a { background-color: rgb(242,48,57); }

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

border-color css

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

 span { border-color: rgb(242,48,57); }

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