Html Css Color HEX #F0303C Alizarin

📋 copy color: '#F0303C'

red 240 ◦ green 48 ◦ blue 60

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

Shades of Alizarin #F0303C

Tints of Alizarin #F0303C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.24%

R = 68.97%
G = 13.79%
B = 17.24%

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

#F0303C (or 0xF0303C) is known color: Alizarin. HEX triplet: F0, 30 and 3C. RGB value is (240,48,60). Sum of RGB (Red+Green+Blue) = 240+48+60=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F0303C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0303C is #0FCFC3. Grayscale: #6A6A6A. Windows color (decimal): -1036228 or 3944688. OLE color: 3944688.

HSL color Cylindrical-coordinate representation of color #F0303C: hue angle of 356.25º 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 #F0303C is Cyan = 0, Magento = 0.8, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 48 60 -
CMYK 0 0.8 0.75 0.06
HSL 356.25º 0.86% 0.56% -
HSV(B) 356.25º 0.8% 0.94% -
XYZ 37.81 20.97 6.33 -
YUV 106.78 101.61 223.02 -
System Red Green Blue C M Y K H S L
Decimal 240 48 60 0 0.8 0.75 0.06 356.25 0.86 0.56
Hex F0 30 3C 0 50 4B 6 164 56 38
Octal 360 60 74 0 120 113 6 544 126 70
Binary 11110000 110000 111100 0 1010000 1001011 110 101100100 1010110 111000

Color Harmonies of #F0303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0303C

Black with #F0303C

Text Example


Text Example

White with #F0303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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