Html Css Color HEX #F0333F Alizarin

📋 copy color: '#F0333F'

red 240 ◦ green 51 ◦ blue 63

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

Shades of Alizarin #F0333F

Tints of Alizarin #F0333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.41%

 BLUE value IS 63 (25% from 255) = 17.8%

R = 67.8%
G = 14.41%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0333F (or 0xF0333F) is known color: Alizarin. HEX triplet: F0, 33 and 3F. RGB value is (240,51,63). Sum of RGB (Red+Green+Blue) = 240+51+63=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0333F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0333F is #0FCCC0. Grayscale: #6D6D6D. Windows color (decimal): -1035457 or 4142064. OLE color: 4142064.

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

Color convert

RGB 240 51 63 -
CMYK 0 0.79 0.74 0.06
HSL 356.19º 0.86% 0.57% -
HSV(B) 356.19º 0.79% 0.94% -
XYZ 38.02 21.25 6.8 -
YUV 108.88 102.12 221.52 -
System Red Green Blue C M Y K H S L
Decimal 240 51 63 0 0.79 0.74 0.06 356.19 0.86 0.57
Hex F0 33 3F 0 4F 4A 6 164 56 39
Octal 360 63 77 0 117 112 6 544 126 71
Binary 11110000 110011 111111 0 1001111 1001010 110 101100100 1010110 111001

Color Harmonies of #F0333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0333F

Black with #F0333F

Text Example


Text Example

White with #F0333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0333F; }

 p { color: rgb(240,51,63); }

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

background-color css

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

 a { background-color: rgb(240,51,63); }

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

border-color css

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

 span { border-color: rgb(240,51,63); }

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