Html Css Color HEX #FB0963 Razzmatazz

📋 copy color: '#FB0963'

red 251 ◦ green 9 ◦ blue 99

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

Shades of Razzmatazz #FB0963

Tints of Razzmatazz #FB0963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.51%

 BLUE value IS 99 (39.06% from 255) = 27.58%

R = 69.92%
G = 2.51%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FB0963 (or 0xFB0963) is known color: Razzmatazz. HEX triplet: FB, 09 and 63. RGB value is (251,9,99). Sum of RGB (Red+Green+Blue) = 251+9+99=359 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.92% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0963 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0963 is #04F69C. Grayscale: #5B5B5B. Windows color (decimal): -325277 or 6490619. OLE color: 6490619.

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

Color convert

RGB 251 9 99 -
CMYK 0 0.96 0.61 0.02
HSL 337.69º 0.97% 0.51% -
HSV(B) 337.69º 0.96% 0.98% -
XYZ 42.13 21.61 13.75 -
YUV 91.62 132.17 241.68 -
System Red Green Blue C M Y K H S L
Decimal 251 9 99 0 0.96 0.61 0.02 337.69 0.97 0.51
Hex FB 9 63 0 60 3D 2 152 61 33
Octal 373 11 143 0 140 75 2 522 141 63
Binary 11111011 1001 1100011 0 1100000 111101 10 101010010 1100001 110011

Color Harmonies of #FB0963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0963

Black with #FB0963

Text Example


Text Example

White with #FB0963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0963; }

 p { color: rgb(251,9,99); }

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

background-color css

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

 a { background-color: rgb(251,9,99); }

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

border-color css

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

 span { border-color: rgb(251,9,99); }

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