Html Css Color HEX #FB353F Alizarin

📋 copy color: '#FB353F'

red 251 ◦ green 53 ◦ blue 63

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

Shades of Alizarin #FB353F

Tints of Alizarin #FB353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.44%

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

R = 68.39%
G = 14.44%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB353F (or 0xFB353F) is known color: Alizarin. HEX triplet: FB, 35 and 3F. RGB value is (251,53,63). Sum of RGB (Red+Green+Blue) = 251+53+63=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB353F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB353F is #04CAC0. Grayscale: #717171. Windows color (decimal): -314049 or 4142587. OLE color: 4142587.

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

Color convert

RGB 251 53 63 -
CMYK 0 0.79 0.75 0.02
HSL 356.97º 0.96% 0.6% -
HSV(B) 356.97º 0.79% 0.98% -
XYZ 41.95 23.41 7.01 -
YUV 113.34 99.6 226.19 -
System Red Green Blue C M Y K H S L
Decimal 251 53 63 0 0.79 0.75 0.02 356.97 0.96 0.6
Hex FB 35 3F 0 4F 4B 2 165 60 3C
Octal 373 65 77 0 117 113 2 545 140 74
Binary 11111011 110101 111111 0 1001111 1001011 10 101100101 1100000 111100

Color Harmonies of #FB353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB353F

Black with #FB353F

Text Example


Text Example

White with #FB353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB353F; }

 p { color: rgb(251,53,63); }

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

background-color css

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

 a { background-color: rgb(251,53,63); }

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

border-color css

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

 span { border-color: rgb(251,53,63); }

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