Html Css Color HEX #F23240 Alizarin

📋 copy color: '#F23240'

red 242 ◦ green 50 ◦ blue 64

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

Shades of Alizarin #F23240

Tints of Alizarin #F23240

RGB

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

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

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

R = 67.98%
G = 14.04%
B = 17.98%

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

#F23240 (or 0xF23240) is known color: Alizarin. HEX triplet: F2, 32 and 40. RGB value is (242,50,64). Sum of RGB (Red+Green+Blue) = 242+50+64=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F23240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23240 is #0DCDBF. Grayscale: #6D6D6D. Windows color (decimal): -904640 or 4207346. OLE color: 4207346.

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

Color convert

RGB 242 50 64 -
CMYK 0 0.79 0.74 0.05
HSL 355.63º 0.88% 0.57% -
HSV(B) 355.63º 0.79% 0.95% -
XYZ 38.68 21.53 6.97 -
YUV 109 102.61 222.86 -
System Red Green Blue C M Y K H S L
Decimal 242 50 64 0 0.79 0.74 0.05 355.63 0.88 0.57
Hex F2 32 40 0 4F 4A 5 164 58 39
Octal 362 62 100 0 117 112 5 544 130 71
Binary 11110010 110010 1000000 0 1001111 1001010 101 101100100 1011000 111001

Color Harmonies of #F23240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23240

Black with #F23240

Text Example


Text Example

White with #F23240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23240; }

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

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

background-color css

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

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

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

border-color css

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

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

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