Html Css Color HEX #F0223F Alizarin

📋 copy color: '#F0223F'

red 240 ◦ green 34 ◦ blue 63

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

Shades of Alizarin #F0223F

Tints of Alizarin #F0223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.09%

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

R = 71.22%
G = 10.09%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0223F (or 0xF0223F) is known color: Alizarin. HEX triplet: F0, 22 and 3F. RGB value is (240,34,63). Sum of RGB (Red+Green+Blue) = 240+34+63=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F0223F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0223F is #0FDDC0. Grayscale: #626262. Windows color (decimal): -1039809 or 4137712. OLE color: 4137712.

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

Color convert

RGB 240 34 63 -
CMYK 0 0.86 0.74 0.06
HSL 351.55º 0.87% 0.54% -
HSV(B) 351.55º 0.86% 0.94% -
XYZ 37.4 20.03 6.6 -
YUV 98.9 107.75 228.64 -
System Red Green Blue C M Y K H S L
Decimal 240 34 63 0 0.86 0.74 0.06 351.55 0.87 0.54
Hex F0 22 3F 0 56 4A 6 160 57 36
Octal 360 42 77 0 126 112 6 540 127 66
Binary 11110000 100010 111111 0 1010110 1001010 110 101100000 1010111 110110

Color Harmonies of #F0223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0223F

Black with #F0223F

Text Example


Text Example

White with #F0223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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