Html Css Color HEX #F23341 Alizarin

📋 copy color: '#F23341'

red 242 ◦ green 51 ◦ blue 65

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

Shades of Alizarin #F23341

Tints of Alizarin #F23341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.25%

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

R = 67.6%
G = 14.25%
B = 18.16%

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

#F23341 (or 0xF23341) is known color: Alizarin. HEX triplet: F2, 33 and 41. RGB value is (242,51,65). Sum of RGB (Red+Green+Blue) = 242+51+65=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F23341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23341 is #0DCCBE. Grayscale: #6D6D6D. Windows color (decimal): -904383 or 4273138. OLE color: 4273138.

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

Color convert

RGB 242 51 65 -
CMYK 0 0.79 0.73 0.05
HSL 355.6º 0.88% 0.57% -
HSV(B) 355.6º 0.79% 0.95% -
XYZ 38.76 21.63 7.13 -
YUV 109.71 102.78 222.36 -
System Red Green Blue C M Y K H S L
Decimal 242 51 65 0 0.79 0.73 0.05 355.6 0.88 0.57
Hex F2 33 41 0 4F 49 5 164 58 39
Octal 362 63 101 0 117 111 5 544 130 71
Binary 11110010 110011 1000001 0 1001111 1001001 101 101100100 1011000 111001

Color Harmonies of #F23341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23341

Black with #F23341

Text Example


Text Example

White with #F23341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23341; }

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

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

background-color css

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

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

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

border-color css

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

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

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