Html Css Color HEX #FB3240 Alizarin

📋 copy color: '#FB3240'

red 251 ◦ green 50 ◦ blue 64

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

Shades of Alizarin #FB3240

Tints of Alizarin #FB3240

RGB

 RED value IS 251 (98.44% from 255) = 68.77%

 GREEN value IS 50 (19.92% from 255) = 13.7%

 BLUE value IS 64 (25.39% from 255) = 17.53%

R = 68.77%
G = 13.7%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB3240 (or 0xFB3240) is known color: Alizarin. HEX triplet: FB, 32 and 40. RGB value is (251,50,64). Sum of RGB (Red+Green+Blue) = 251+50+64=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3240 is #04CDBF. Grayscale: #6F6F6F. Windows color (decimal): -314816 or 4207355. OLE color: 4207355.

HSL color Cylindrical-coordinate representation of color #FB3240: hue angle of 355.82º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB3240 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 50 64 -
CMYK 0 0.80 0.75 0.02
HSL 355.82º 0.96% 0.59% -
HSV(B) 355.82º 0.8% 0.98% -
XYZ 41.85 23.16 7.12 -
YUV 111.7 101.09 227.36 -
System Red Green Blue C M Y K H S L
Decimal 251 50 64 0 0.80 0.75 0.02 355.82 0.96 0.59
Hex FB 32 40 0 50 4B 2 164 60 3B
Octal 373 62 100 0 120 113 2 544 140 73
Binary 11111011 110010 1000000 0 1010000 1001011 10 101100100 1100000 111011

Color Harmonies of #FB3240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3240

Black with #FB3240

Text Example


Text Example

White with #FB3240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3240; }

 p { color: rgb(251,50,64); }

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

background-color css

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

 a { background-color: rgb(251,50,64); }

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

border-color css

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

 span { border-color: rgb(251,50,64); }

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