Html Css Color HEX #F23441 Alizarin

📋 copy color: '#F23441'

red 242 ◦ green 52 ◦ blue 65

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

Shades of Alizarin #F23441

Tints of Alizarin #F23441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.48%

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

R = 67.41%
G = 14.48%
B = 18.11%

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

#F23441 (or 0xF23441) is known color: Alizarin. HEX triplet: F2, 34 and 41. RGB value is (242,52,65). Sum of RGB (Red+Green+Blue) = 242+52+65=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F23441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23441 is #0DCBBE. Grayscale: #6E6E6E. Windows color (decimal): -904127 or 4273394. OLE color: 4273394.

HSL color Cylindrical-coordinate representation of color #F23441: hue angle of 355.89º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23441 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 52 65 -
CMYK 0 0.79 0.73 0.05
HSL 355.89º 0.88% 0.58% -
HSV(B) 355.89º 0.79% 0.95% -
XYZ 38.8 21.71 7.15 -
YUV 110.29 102.45 221.94 -
System Red Green Blue C M Y K H S L
Decimal 242 52 65 0 0.79 0.73 0.05 355.89 0.88 0.58
Hex F2 34 41 0 4F 49 5 164 58 3A
Octal 362 64 101 0 117 111 5 544 130 72
Binary 11110010 110100 1000001 0 1001111 1001001 101 101100100 1011000 111010

Color Harmonies of #F23441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23441

Black with #F23441

Text Example


Text Example

White with #F23441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23441; }

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

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

background-color css

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

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

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

border-color css

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

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

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