Html Css Color HEX #F23241 Alizarin

📋 copy color: '#F23241'

red 242 ◦ green 50 ◦ blue 65

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

Shades of Alizarin #F23241

Tints of Alizarin #F23241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.21%

R = 67.79%
G = 14.01%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F23241 (or 0xF23241) is known color: Alizarin. HEX triplet: F2, 32 and 41. RGB value is (242,50,65). Sum of RGB (Red+Green+Blue) = 242+50+65=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F23241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23241 is #0DCDBE. Grayscale: #6D6D6D. Windows color (decimal): -904639 or 4272882. OLE color: 4272882.

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

Color convert

RGB 242 50 65 -
CMYK 0 0.79 0.73 0.05
HSL 355.31º 0.88% 0.57% -
HSV(B) 355.31º 0.79% 0.95% -
XYZ 38.71 21.54 7.12 -
YUV 109.12 103.11 222.78 -
System Red Green Blue C M Y K H S L
Decimal 242 50 65 0 0.79 0.73 0.05 355.31 0.88 0.57
Hex F2 32 41 0 4F 49 5 163 58 39
Octal 362 62 101 0 117 111 5 543 130 71
Binary 11110010 110010 1000001 0 1001111 1001001 101 101100011 1011000 111001

Color Harmonies of #F23241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23241

Black with #F23241

Text Example


Text Example

White with #F23241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23241; }

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

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

background-color css

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

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

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

border-color css

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

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

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