Html Css Color HEX #F23640 Alizarin

📋 copy color: '#F23640'

red 242 ◦ green 54 ◦ blue 64

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

Shades of Alizarin #F23640

Tints of Alizarin #F23640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15%

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

R = 67.22%
G = 15%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F23640 (or 0xF23640) is known color: Alizarin. HEX triplet: F2, 36 and 40. RGB value is (242,54,64). Sum of RGB (Red+Green+Blue) = 242+54+64=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F23640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23640 is #0DC9BF. Grayscale: #6F6F6F. Windows color (decimal): -903616 or 4208370. OLE color: 4208370.

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

Color convert

RGB 242 54 64 -
CMYK 0 0.78 0.74 0.05
HSL 356.81º 0.88% 0.58% -
HSV(B) 356.81º 0.78% 0.95% -
XYZ 38.86 21.89 7.03 -
YUV 111.35 101.28 221.19 -
System Red Green Blue C M Y K H S L
Decimal 242 54 64 0 0.78 0.74 0.05 356.81 0.88 0.58
Hex F2 36 40 0 4E 4A 5 165 58 3A
Octal 362 66 100 0 116 112 5 545 130 72
Binary 11110010 110110 1000000 0 1001110 1001010 101 101100101 1011000 111010

Color Harmonies of #F23640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23640

Black with #F23640

Text Example


Text Example

White with #F23640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23640; }

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

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

background-color css

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

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

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

border-color css

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

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

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