Html Css Color HEX #FB0165 Razzmatazz

📋 copy color: '#FB0165'

red 251 ◦ green 1 ◦ blue 101

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

Shades of Razzmatazz #FB0165

Tints of Razzmatazz #FB0165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 101 (39.84% from 255) = 28.61%

R = 71.1%
G = 0.28%
B = 28.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FB0165 (or 0xFB0165) is known color: Razzmatazz. HEX triplet: FB, 01 and 65. RGB value is (251,1,101). Sum of RGB (Red+Green+Blue) = 251+1+101=353 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.10% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0165 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0165 is #04FE9A. Grayscale: #575757. Windows color (decimal): -327323 or 6619643. OLE color: 6619643.

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

Color convert

RGB 251 1 101 -
CMYK 0 1.00 0.60 0.02
HSL 336º 0.99% 0.49% -
HSV(B) 336º 1% 0.98% -
XYZ 42.14 21.47 14.23 -
YUV 87.15 135.83 244.87 -
System Red Green Blue C M Y K H S L
Decimal 251 1 101 0 1.00 0.60 0.02 336 0.99 0.49
Hex FB 1 65 0 64 3C 2 150 63 31
Octal 373 1 145 0 144 74 2 520 143 61
Binary 11111011 1 1100101 0 1100100 111100 10 101010000 1100011 110001

Color Harmonies of #FB0165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0165

Black with #FB0165

Text Example


Text Example

White with #FB0165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0165; }

 p { color: rgb(251,1,101); }

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

background-color css

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

 a { background-color: rgb(251,1,101); }

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

border-color css

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

 span { border-color: rgb(251,1,101); }

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