Html Css Color HEX #F23040 Alizarin

📋 copy color: '#F23040'

red 242 ◦ green 48 ◦ blue 64

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

Shades of Alizarin #F23040

Tints of Alizarin #F23040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.08%

R = 68.36%
G = 13.56%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F23040 (or 0xF23040) is known color: Alizarin. HEX triplet: F2, 30 and 40. RGB value is (242,48,64). Sum of RGB (Red+Green+Blue) = 242+48+64=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F23040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23040 is #0DCFBF. Grayscale: #6B6B6B. Windows color (decimal): -905152 or 4206834. OLE color: 4206834.

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

Color convert

RGB 242 48 64 -
CMYK 0 0.80 0.74 0.05
HSL 355.05º 0.88% 0.57% -
HSV(B) 355.05º 0.8% 0.95% -
XYZ 38.6 21.36 6.94 -
YUV 107.83 103.27 223.7 -
System Red Green Blue C M Y K H S L
Decimal 242 48 64 0 0.80 0.74 0.05 355.05 0.88 0.57
Hex F2 30 40 0 50 4A 5 163 58 39
Octal 362 60 100 0 120 112 5 543 130 71
Binary 11110010 110000 1000000 0 1010000 1001010 101 101100011 1011000 111001

Color Harmonies of #F23040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23040

Black with #F23040

Text Example


Text Example

White with #F23040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23040; }

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

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

background-color css

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

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

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

border-color css

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

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

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