Html Css Color HEX #FB0074 Razzmatazz

📋 copy color: '#FB0074'

red 251 ◦ green 0 ◦ blue 116

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

Shades of Razzmatazz #FB0074

Tints of Razzmatazz #FB0074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 116 (45.7% from 255) = 31.61%

R = 68.39%
G = 0%
B = 31.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FB0074 (or 0xFB0074) is known color: Razzmatazz. HEX triplet: FB, 00 and 74. RGB value is (251,0,116). Sum of RGB (Red+Green+Blue) = 251+0+116=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0074 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0074 is #04FF8B. Grayscale: #585858. Windows color (decimal): -327564 or 7602427. OLE color: 7602427.

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

Color convert

RGB 251 0 116 -
CMYK 0 1 0.54 0.02
HSL 332.27º 1% 0.49% -
HSV(B) 332.27º 1% 0.98% -
XYZ 42.94 21.77 18.46 -
YUV 88.27 143.66 244.07 -
System Red Green Blue C M Y K H S L
Decimal 251 0 116 0 1 0.54 0.02 332.27 1 0.49
Hex FB 0 74 0 64 36 2 14C 64 31
Octal 373 0 164 0 144 66 2 514 144 61
Binary 11111011 0 1110100 0 1100100 110110 10 101001100 1100100 110001

Color Harmonies of #FB0074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0074

Black with #FB0074

Text Example


Text Example

White with #FB0074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0074; }

 p { color: rgb(251,0,116); }

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

background-color css

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

 a { background-color: rgb(251,0,116); }

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

border-color css

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

 span { border-color: rgb(251,0,116); }

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