Html Css Color HEX #F23041 Alizarin

📋 copy color: '#F23041'

red 242 ◦ green 48 ◦ blue 65

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

Shades of Alizarin #F23041

Tints of Alizarin #F23041

RGB

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

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

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

R = 68.17%
G = 13.52%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F23041 (or 0xF23041) is known color: Alizarin. HEX triplet: F2, 30 and 41. RGB value is (242,48,65). Sum of RGB (Red+Green+Blue) = 242+48+65=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F23041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23041 is #0DCFBE. Grayscale: #6C6C6C. Windows color (decimal): -905151 or 4272370. OLE color: 4272370.

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

Color convert

RGB 242 48 65 -
CMYK 0 0.80 0.73 0.05
HSL 354.74º 0.88% 0.57% -
HSV(B) 354.74º 0.8% 0.95% -
XYZ 38.63 21.37 7.09 -
YUV 107.94 103.77 223.62 -
System Red Green Blue C M Y K H S L
Decimal 242 48 65 0 0.80 0.73 0.05 354.74 0.88 0.57
Hex F2 30 41 0 50 49 5 163 58 39
Octal 362 60 101 0 120 111 5 543 130 71
Binary 11110010 110000 1000001 0 1010000 1001001 101 101100011 1011000 111001

Color Harmonies of #F23041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23041

Black with #F23041

Text Example


Text Example

White with #F23041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23041; }

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

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

background-color css

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

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

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

border-color css

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

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

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