Html Css Color HEX #FB1251 Razzmatazz

📋 copy color: '#FB1251'

red 251 ◦ green 18 ◦ blue 81

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

Shades of Razzmatazz #FB1251

Tints of Razzmatazz #FB1251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.14%

 BLUE value IS 81 (32.03% from 255) = 23.14%

R = 71.71%
G = 5.14%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FB1251 (or 0xFB1251) is known color: Razzmatazz. HEX triplet: FB, 12 and 51. RGB value is (251,18,81). Sum of RGB (Red+Green+Blue) = 251+18+81=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1251 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1251 is #04EDAE. Grayscale: #5E5E5E. Windows color (decimal): -322991 or 5313275. OLE color: 5313275.

HSL color Cylindrical-coordinate representation of color #FB1251: hue angle of 343.78º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB1251 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 18 81 -
CMYK 0 0.93 0.68 0.02
HSL 343.78º 0.97% 0.53% -
HSV(B) 343.78º 0.93% 0.98% -
XYZ 41.49 21.54 9.75 -
YUV 94.85 120.19 239.38 -
System Red Green Blue C M Y K H S L
Decimal 251 18 81 0 0.93 0.68 0.02 343.78 0.97 0.53
Hex FB 12 51 0 5D 44 2 158 61 35
Octal 373 22 121 0 135 104 2 530 141 65
Binary 11111011 10010 1010001 0 1011101 1000100 10 101011000 1100001 110101

Color Harmonies of #FB1251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1251

Black with #FB1251

Text Example


Text Example

White with #FB1251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1251; }

 p { color: rgb(251,18,81); }

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

background-color css

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

 a { background-color: rgb(251,18,81); }

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

border-color css

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

 span { border-color: rgb(251,18,81); }

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