Html Css Color HEX #F03041 Alizarin

📋 copy color: '#F03041'

red 240 ◦ green 48 ◦ blue 65

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

Shades of Alizarin #F03041

Tints of Alizarin #F03041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.41%

R = 67.99%
G = 13.6%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F03041 (or 0xF03041) is known color: Alizarin. HEX triplet: F0, 30 and 41. RGB value is (240,48,65). Sum of RGB (Red+Green+Blue) = 240+48+65=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F03041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03041 is #0FCFBE. Grayscale: #6B6B6B. Windows color (decimal): -1036223 or 4272368. OLE color: 4272368.

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

Color convert

RGB 240 48 65 -
CMYK 0 0.8 0.73 0.06
HSL 354.69º 0.86% 0.56% -
HSV(B) 354.69º 0.8% 0.94% -
XYZ 37.95 21.02 7.06 -
YUV 107.35 104.11 222.62 -
System Red Green Blue C M Y K H S L
Decimal 240 48 65 0 0.8 0.73 0.06 354.69 0.86 0.56
Hex F0 30 41 0 50 49 6 163 56 38
Octal 360 60 101 0 120 111 6 543 126 70
Binary 11110000 110000 1000001 0 1010000 1001001 110 101100011 1010110 111000

Color Harmonies of #F03041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03041

Black with #F03041

Text Example


Text Example

White with #F03041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03041; }

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

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

background-color css

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

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

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

border-color css

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

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

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