Html Css Color HEX #F23A40 Alizarin

📋 copy color: '#F23A40'

red 242 ◦ green 58 ◦ blue 64

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

Shades of Alizarin #F23A40

Tints of Alizarin #F23A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.93%

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

R = 66.48%
G = 15.93%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F23A40 (or 0xF23A40) is known color: Alizarin. HEX triplet: F2, 3A and 40. RGB value is (242,58,64). Sum of RGB (Red+Green+Blue) = 242+58+64=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23A40 is #0DC5BF. Grayscale: #717171. Windows color (decimal): -902592 or 4209394. OLE color: 4209394.

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

Color convert

RGB 242 58 64 -
CMYK 0 0.76 0.74 0.05
HSL 358.04º 0.88% 0.59% -
HSV(B) 358.04º 0.76% 0.95% -
XYZ 39.06 22.27 7.09 -
YUV 113.7 99.96 219.51 -
System Red Green Blue C M Y K H S L
Decimal 242 58 64 0 0.76 0.74 0.05 358.04 0.88 0.59
Hex F2 3A 40 0 4C 4A 5 166 58 3B
Octal 362 72 100 0 114 112 5 546 130 73
Binary 11110010 111010 1000000 0 1001100 1001010 101 101100110 1011000 111011

Color Harmonies of #F23A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23A40

Black with #F23A40

Text Example


Text Example

White with #F23A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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