Html Css Color HEX #FB0261 Razzmatazz

📋 copy color: '#FB0261'

red 251 ◦ green 2 ◦ blue 97

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

Shades of Razzmatazz #FB0261

Tints of Razzmatazz #FB0261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 97 (38.28% from 255) = 27.71%

R = 71.71%
G = 0.57%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FB0261 (or 0xFB0261) is known color: Razzmatazz. HEX triplet: FB, 02 and 61. RGB value is (251,2,97). Sum of RGB (Red+Green+Blue) = 251+2+97=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0261 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0261 is #04FD9E. Grayscale: #575757. Windows color (decimal): -327071 or 6357755. OLE color: 6357755.

HSL color Cylindrical-coordinate representation of color #FB0261: hue angle of 337.11º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB0261 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 2 97 -
CMYK 0 0.99 0.61 0.02
HSL 337.11º 0.98% 0.5% -
HSV(B) 337.11º 0.99% 0.98% -
XYZ 41.96 21.42 13.23 -
YUV 87.28 133.49 244.78 -
System Red Green Blue C M Y K H S L
Decimal 251 2 97 0 0.99 0.61 0.02 337.11 0.98 0.5
Hex FB 2 61 0 63 3D 2 151 62 32
Octal 373 2 141 0 143 75 2 521 142 62
Binary 11111011 10 1100001 0 1100011 111101 10 101010001 1100010 110010

Color Harmonies of #FB0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0261

Black with #FB0261

Text Example


Text Example

White with #FB0261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0261; }

 p { color: rgb(251,2,97); }

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

background-color css

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

 a { background-color: rgb(251,2,97); }

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

border-color css

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

 span { border-color: rgb(251,2,97); }

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