Html Css Color HEX #F23038 Alizarin

📋 copy color: '#F23038'

red 242 ◦ green 48 ◦ blue 56

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

Shades of Alizarin #F23038

Tints of Alizarin #F23038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.18%

R = 69.94%
G = 13.87%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F23038 (or 0xF23038) is known color: Alizarin. HEX triplet: F2, 30 and 38. RGB value is (242,48,56). Sum of RGB (Red+Green+Blue) = 242+48+56=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F23038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23038 is #0DCFC7. Grayscale: #6B6B6B. Windows color (decimal): -905160 or 3682546. OLE color: 3682546.

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

Color convert

RGB 242 48 56 -
CMYK 0 0.80 0.77 0.05
HSL 357.53º 0.88% 0.57% -
HSV(B) 357.53º 0.8% 0.95% -
XYZ 38.39 21.28 5.82 -
YUV 106.92 99.27 224.35 -
System Red Green Blue C M Y K H S L
Decimal 242 48 56 0 0.80 0.77 0.05 357.53 0.88 0.57
Hex F2 30 38 0 50 4D 5 166 58 39
Octal 362 60 70 0 120 115 5 546 130 71
Binary 11110010 110000 111000 0 1010000 1001101 101 101100110 1011000 111001

Color Harmonies of #F23038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23038

Black with #F23038

Text Example


Text Example

White with #F23038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23038; }

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

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

background-color css

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

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

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

border-color css

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

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

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