Html Css Color HEX #FB1063 Razzmatazz

📋 copy color: '#FB1063'

red 251 ◦ green 16 ◦ blue 99

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

Shades of Razzmatazz #FB1063

Tints of Razzmatazz #FB1063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.37%

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

R = 68.58%
G = 4.37%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FB1063 (or 0xFB1063) is known color: Razzmatazz. HEX triplet: FB, 10 and 63. RGB value is (251,16,99). Sum of RGB (Red+Green+Blue) = 251+16+99=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1063 is #04EF9C. Grayscale: #5F5F5F. Windows color (decimal): -323485 or 6492411. OLE color: 6492411.

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

Color convert

RGB 251 16 99 -
CMYK 0 0.94 0.61 0.02
HSL 338.81º 0.97% 0.52% -
HSV(B) 338.81º 0.94% 0.98% -
XYZ 42.22 21.78 13.78 -
YUV 95.73 129.86 238.75 -
System Red Green Blue C M Y K H S L
Decimal 251 16 99 0 0.94 0.61 0.02 338.81 0.97 0.52
Hex FB 10 63 0 5E 3D 2 153 61 34
Octal 373 20 143 0 136 75 2 523 141 64
Binary 11111011 10000 1100011 0 1011110 111101 10 101010011 1100001 110100

Color Harmonies of #FB1063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1063

Black with #FB1063

Text Example


Text Example

White with #FB1063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1063; }

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

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

background-color css

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

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

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

border-color css

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

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

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