Html Css Color HEX #FB076A Razzmatazz

📋 copy color: '#FB076A'

red 251 ◦ green 7 ◦ blue 106

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

Shades of Razzmatazz #FB076A

Tints of Razzmatazz #FB076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.92%

 BLUE value IS 106 (41.8% from 255) = 29.12%

R = 68.96%
G = 1.92%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FB076A (or 0xFB076A) is known color: Razzmatazz. HEX triplet: FB, 07 and 6A. RGB value is (251,7,106). Sum of RGB (Red+Green+Blue) = 251+7+106=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB076A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB076A is #04F895. Grayscale: #5B5B5B. Windows color (decimal): -325782 or 6948859. OLE color: 6948859.

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

Color convert

RGB 251 7 106 -
CMYK 0 0.97 0.58 0.02
HSL 335.66º 0.97% 0.51% -
HSV(B) 335.66º 0.97% 0.98% -
XYZ 42.46 21.7 15.59 -
YUV 91.24 136.34 241.95 -
System Red Green Blue C M Y K H S L
Decimal 251 7 106 0 0.97 0.58 0.02 335.66 0.97 0.51
Hex FB 7 6A 0 61 3A 2 150 61 33
Octal 373 7 152 0 141 72 2 520 141 63
Binary 11111011 111 1101010 0 1100001 111010 10 101010000 1100001 110011

Color Harmonies of #FB076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB076A

Black with #FB076A

Text Example


Text Example

White with #FB076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB076A; }

 p { color: rgb(251,7,106); }

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

background-color css

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

 a { background-color: rgb(251,7,106); }

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

border-color css

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

 span { border-color: rgb(251,7,106); }

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