Html Css Color HEX #F03141 Alizarin

📋 copy color: '#F03141'

red 240 ◦ green 49 ◦ blue 65

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

Shades of Alizarin #F03141

Tints of Alizarin #F03141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.84%

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

R = 67.8%
G = 13.84%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F03141 (or 0xF03141) is known color: Alizarin. HEX triplet: F0, 31 and 41. RGB value is (240,49,65). Sum of RGB (Red+Green+Blue) = 240+49+65=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F03141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03141 is #0FCEBE. Grayscale: #6C6C6C. Windows color (decimal): -1035967 or 4272624. OLE color: 4272624.

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

Color convert

RGB 240 49 65 -
CMYK 0 0.80 0.73 0.06
HSL 354.97º 0.86% 0.57% -
HSV(B) 354.97º 0.8% 0.94% -
XYZ 37.99 21.1 7.07 -
YUV 107.93 103.78 222.2 -
System Red Green Blue C M Y K H S L
Decimal 240 49 65 0 0.80 0.73 0.06 354.97 0.86 0.57
Hex F0 31 41 0 50 49 6 163 56 39
Octal 360 61 101 0 120 111 6 543 126 71
Binary 11110000 110001 1000001 0 1010000 1001001 110 101100011 1010110 111001

Color Harmonies of #F03141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03141

Black with #F03141

Text Example


Text Example

White with #F03141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03141; }

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

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

background-color css

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

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

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

border-color css

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

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

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