Html Css Color HEX #F0303B Alizarin

📋 copy color: '#F0303B'

red 240 ◦ green 48 ◦ blue 59

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

Shades of Alizarin #F0303B

Tints of Alizarin #F0303B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.83%

 BLUE value IS 59 (23.44% from 255) = 17%

R = 69.16%
G = 13.83%
B = 17%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0303B (or 0xF0303B) is known color: Alizarin. HEX triplet: F0, 30 and 3B. RGB value is (240,48,59). Sum of RGB (Red+Green+Blue) = 240+48+59=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F0303B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0303B is #0FCFC4. Grayscale: #6A6A6A. Windows color (decimal): -1036229 or 3879152. OLE color: 3879152.

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

Color convert

RGB 240 48 59 -
CMYK 0 0.8 0.75 0.06
HSL 356.56º 0.86% 0.56% -
HSV(B) 356.56º 0.8% 0.94% -
XYZ 37.78 20.95 6.19 -
YUV 106.66 101.11 223.11 -
System Red Green Blue C M Y K H S L
Decimal 240 48 59 0 0.8 0.75 0.06 356.56 0.86 0.56
Hex F0 30 3B 0 50 4B 6 165 56 38
Octal 360 60 73 0 120 113 6 545 126 70
Binary 11110000 110000 111011 0 1010000 1001011 110 101100101 1010110 111000

Color Harmonies of #F0303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0303B

Black with #F0303B

Text Example


Text Example

White with #F0303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0303B; }

 p { color: rgb(240,48,59); }

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

background-color css

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

 a { background-color: rgb(240,48,59); }

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

border-color css

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

 span { border-color: rgb(240,48,59); }

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