Html Css Color HEX #FB0472 Razzmatazz

📋 copy color: '#FB0472'

red 251 ◦ green 4 ◦ blue 114

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

Shades of Razzmatazz #FB0472

Tints of Razzmatazz #FB0472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.89%

R = 68.02%
G = 1.08%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB0472 (or 0xFB0472) is known color: Razzmatazz. HEX triplet: FB, 04 and 72. RGB value is (251,4,114). Sum of RGB (Red+Green+Blue) = 251+4+114=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0472 is #04FB8D. Grayscale: #5A5A5A. Windows color (decimal): -326542 or 7472379. OLE color: 7472379.

HSL color Cylindrical-coordinate representation of color #FB0472: hue angle of 333.28º 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 #FB0472 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 4 114 -
CMYK 0 0.98 0.55 0.02
HSL 333.28º 0.97% 0.5% -
HSV(B) 333.28º 0.98% 0.98% -
XYZ 42.86 21.81 17.87 -
YUV 90.39 141.33 242.56 -
System Red Green Blue C M Y K H S L
Decimal 251 4 114 0 0.98 0.55 0.02 333.28 0.97 0.5
Hex FB 4 72 0 62 37 2 14D 61 32
Octal 373 4 162 0 142 67 2 515 141 62
Binary 11111011 100 1110010 0 1100010 110111 10 101001101 1100001 110010

Color Harmonies of #FB0472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0472

Black with #FB0472

Text Example


Text Example

White with #FB0472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0472; }

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

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

background-color css

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

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

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

border-color css

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

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

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