Html Css Color HEX #F0203A Alizarin

📋 copy color: '#F0203A'

red 240 ◦ green 32 ◦ blue 58

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

Shades of Alizarin #F0203A

Tints of Alizarin #F0203A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.7%

 BLUE value IS 58 (23.05% from 255) = 17.58%

R = 72.73%
G = 9.7%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0203A (or 0xF0203A) is known color: Alizarin. HEX triplet: F0, 20 and 3A. RGB value is (240,32,58). Sum of RGB (Red+Green+Blue) = 240+32+58=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F0203A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0203A is #0FDFC5. Grayscale: #616161. Windows color (decimal): -1040326 or 3809520. OLE color: 3809520.

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

Color convert

RGB 240 32 58 -
CMYK 0 0.87 0.76 0.06
HSL 352.5º 0.87% 0.53% -
HSV(B) 352.5º 0.87% 0.94% -
XYZ 37.22 19.86 5.88 -
YUV 97.16 105.91 229.89 -
System Red Green Blue C M Y K H S L
Decimal 240 32 58 0 0.87 0.76 0.06 352.5 0.87 0.53
Hex F0 20 3A 0 57 4C 6 160 57 35
Octal 360 40 72 0 127 114 6 540 127 65
Binary 11110000 100000 111010 0 1010111 1001100 110 101100000 1010111 110101

Color Harmonies of #F0203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0203A

Black with #F0203A

Text Example


Text Example

White with #F0203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0203A; }

 p { color: rgb(240,32,58); }

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

background-color css

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

 a { background-color: rgb(240,32,58); }

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

border-color css

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

 span { border-color: rgb(240,32,58); }

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