Html Css Color HEX #FB0465 Razzmatazz

📋 copy color: '#FB0465'

red 251 ◦ green 4 ◦ blue 101

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

Shades of Razzmatazz #FB0465

Tints of Razzmatazz #FB0465

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

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

R = 70.51%
G = 1.12%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FB0465 (or 0xFB0465) is known color: Razzmatazz. HEX triplet: FB, 04 and 65. RGB value is (251,4,101). Sum of RGB (Red+Green+Blue) = 251+4+101=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0465 is #04FB9A. Grayscale: #585858. Windows color (decimal): -326555 or 6620411. OLE color: 6620411.

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

Color convert

RGB 251 4 101 -
CMYK 0 0.98 0.60 0.02
HSL 336.44º 0.97% 0.5% -
HSV(B) 336.44º 0.98% 0.98% -
XYZ 42.18 21.54 14.25 -
YUV 88.91 134.83 243.61 -
System Red Green Blue C M Y K H S L
Decimal 251 4 101 0 0.98 0.60 0.02 336.44 0.97 0.5
Hex FB 4 65 0 62 3C 2 150 61 32
Octal 373 4 145 0 142 74 2 520 141 62
Binary 11111011 100 1100101 0 1100010 111100 10 101010000 1100001 110010

Color Harmonies of #FB0465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0465

Black with #FB0465

Text Example


Text Example

White with #FB0465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0465; }

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

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

background-color css

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

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

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

border-color css

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

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

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