Html Css Color HEX #F23141 Alizarin

📋 copy color: '#F23141'

red 242 ◦ green 49 ◦ blue 65

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

Shades of Alizarin #F23141

Tints of Alizarin #F23141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.76%

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

R = 67.98%
G = 13.76%
B = 18.26%

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

#F23141 (or 0xF23141) is known color: Alizarin. HEX triplet: F2, 31 and 41. RGB value is (242,49,65). Sum of RGB (Red+Green+Blue) = 242+49+65=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F23141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23141 is #0DCEBE. Grayscale: #6C6C6C. Windows color (decimal): -904895 or 4272626. OLE color: 4272626.

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

Color convert

RGB 242 49 65 -
CMYK 0 0.80 0.73 0.05
HSL 355.03º 0.88% 0.57% -
HSV(B) 355.03º 0.8% 0.95% -
XYZ 38.67 21.46 7.1 -
YUV 108.53 103.44 223.2 -
System Red Green Blue C M Y K H S L
Decimal 242 49 65 0 0.80 0.73 0.05 355.03 0.88 0.57
Hex F2 31 41 0 50 49 5 163 58 39
Octal 362 61 101 0 120 111 5 543 130 71
Binary 11110010 110001 1000001 0 1010000 1001001 101 101100011 1011000 111001

Color Harmonies of #F23141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23141

Black with #F23141

Text Example


Text Example

White with #F23141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23141; }

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

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

background-color css

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

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

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

border-color css

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

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

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