Html Css Color HEX #FB323F Alizarin

📋 copy color: '#FB323F'

red 251 ◦ green 50 ◦ blue 63

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

Shades of Alizarin #FB323F

Tints of Alizarin #FB323F

RGB

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

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

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

R = 68.96%
G = 13.74%
B = 17.31%

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

#FB323F (or 0xFB323F) is known color: Alizarin. HEX triplet: FB, 32 and 3F. RGB value is (251,50,63). Sum of RGB (Red+Green+Blue) = 251+50+63=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB323F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB323F is #04CDC0. Grayscale: #6F6F6F. Windows color (decimal): -314817 or 4141819. OLE color: 4141819.

HSL color Cylindrical-coordinate representation of color #FB323F: hue angle of 356.12º 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 #FB323F is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 50 63 -
CMYK 0 0.80 0.75 0.02
HSL 356.12º 0.96% 0.59% -
HSV(B) 356.12º 0.8% 0.98% -
XYZ 41.82 23.15 6.97 -
YUV 111.58 100.59 227.44 -
System Red Green Blue C M Y K H S L
Decimal 251 50 63 0 0.80 0.75 0.02 356.12 0.96 0.59
Hex FB 32 3F 0 50 4B 2 164 60 3B
Octal 373 62 77 0 120 113 2 544 140 73
Binary 11111011 110010 111111 0 1010000 1001011 10 101100100 1100000 111011

Color Harmonies of #FB323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB323F

Black with #FB323F

Text Example


Text Example

White with #FB323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB323F; }

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

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

background-color css

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

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

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

border-color css

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

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

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