Html Css Color HEX #F23140 Alizarin

📋 copy color: '#F23140'

red 242 ◦ green 49 ◦ blue 64

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

Shades of Alizarin #F23140

Tints of Alizarin #F23140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 68.17%
G = 13.8%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F23140 (or 0xF23140) is known color: Alizarin. HEX triplet: F2, 31 and 40. RGB value is (242,49,64). Sum of RGB (Red+Green+Blue) = 242+49+64=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F23140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23140 is #0DCEBF. Grayscale: #6C6C6C. Windows color (decimal): -904896 or 4207090. OLE color: 4207090.

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

Color convert

RGB 242 49 64 -
CMYK 0 0.80 0.74 0.05
HSL 355.34º 0.88% 0.57% -
HSV(B) 355.34º 0.8% 0.95% -
XYZ 38.64 21.44 6.95 -
YUV 108.42 102.94 223.28 -
System Red Green Blue C M Y K H S L
Decimal 242 49 64 0 0.80 0.74 0.05 355.34 0.88 0.57
Hex F2 31 40 0 50 4A 5 163 58 39
Octal 362 61 100 0 120 112 5 543 130 71
Binary 11110010 110001 1000000 0 1010000 1001010 101 101100011 1011000 111001

Color Harmonies of #F23140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23140

Black with #F23140

Text Example


Text Example

White with #F23140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23140; }

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

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

background-color css

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

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

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

border-color css

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

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

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