Html Css Color HEX #FB283F Alizarin

📋 copy color: '#FB283F'

red 251 ◦ green 40 ◦ blue 63

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

Shades of Alizarin #FB283F

Tints of Alizarin #FB283F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.3%

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

R = 70.9%
G = 11.3%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB283F (or 0xFB283F) is known color: Alizarin. HEX triplet: FB, 28 and 3F. RGB value is (251,40,63). Sum of RGB (Red+Green+Blue) = 251+40+63=354 (46% of max value = 765). Red value is 251 (98.44% from 255 or 70.90% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 251 - color contains mainly: red. Hex color #FB283F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB283F is #04D7C0. Grayscale: #696969. Windows color (decimal): -317377 or 4139259. OLE color: 4139259.

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

Color convert

RGB 251 40 63 -
CMYK 0 0.84 0.75 0.02
HSL 353.46º 0.96% 0.57% -
HSV(B) 353.46º 0.84% 0.98% -
XYZ 41.44 22.39 6.84 -
YUV 105.71 103.9 231.63 -
System Red Green Blue C M Y K H S L
Decimal 251 40 63 0 0.84 0.75 0.02 353.46 0.96 0.57
Hex FB 28 3F 0 54 4B 2 161 60 39
Octal 373 50 77 0 124 113 2 541 140 71
Binary 11111011 101000 111111 0 1010100 1001011 10 101100001 1100000 111001

Color Harmonies of #FB283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB283F

Black with #FB283F

Text Example


Text Example

White with #FB283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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