Html Css Color HEX #F0243F Alizarin

📋 copy color: '#F0243F'

red 240 ◦ green 36 ◦ blue 63

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

Shades of Alizarin #F0243F

Tints of Alizarin #F0243F

RGB

 RED value IS 240 (94.14% from 255) = 70.8%

 GREEN value IS 36 (14.45% from 255) = 10.62%

 BLUE value IS 63 (25% from 255) = 18.58%

R = 70.8%
G = 10.62%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0243F (or 0xF0243F) is known color: Alizarin. HEX triplet: F0, 24 and 3F. RGB value is (240,36,63). Sum of RGB (Red+Green+Blue) = 240+36+63=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0243F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0243F is #0FDBC0. Grayscale: #646464. Windows color (decimal): -1039297 or 4138224. OLE color: 4138224.

HSL color Cylindrical-coordinate representation of color #F0243F: hue angle of 352.06º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0243F is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 36 63 -
CMYK 0 0.85 0.74 0.06
HSL 352.06º 0.87% 0.54% -
HSV(B) 352.06º 0.85% 0.94% -
XYZ 37.46 20.15 6.62 -
YUV 100.07 107.09 227.8 -
System Red Green Blue C M Y K H S L
Decimal 240 36 63 0 0.85 0.74 0.06 352.06 0.87 0.54
Hex F0 24 3F 0 55 4A 6 160 57 36
Octal 360 44 77 0 125 112 6 540 127 66
Binary 11110000 100100 111111 0 1010101 1001010 110 101100000 1010111 110110

Color Harmonies of #F0243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0243F

Black with #F0243F

Text Example


Text Example

White with #F0243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0243F; }

 p { color: rgb(240,36,63); }

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

background-color css

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

 a { background-color: rgb(240,36,63); }

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

border-color css

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

 span { border-color: rgb(240,36,63); }

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