Html Css Color HEX #FC0772 Razzmatazz

📋 copy color: '#FC0772'

red 252 ◦ green 7 ◦ blue 114

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

Shades of Razzmatazz #FC0772

Tints of Razzmatazz #FC0772

RGB

 RED value IS 252 (98.83% from 255) = 67.56%

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

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

R = 67.56%
G = 1.88%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC0772 (or 0xFC0772) is known color: Razzmatazz. HEX triplet: FC, 07 and 72. RGB value is (252,7,114). Sum of RGB (Red+Green+Blue) = 252+7+114=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0772 is #03F88D. Grayscale: #5C5C5C. Windows color (decimal): -260238 or 7473148. OLE color: 7473148.

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

Color convert

RGB 252 7 114 -
CMYK 0 0.97 0.55 0.01
HSL 333.8º 0.98% 0.51% -
HSV(B) 333.8º 0.97% 0.99% -
XYZ 43.26 22.06 17.9 -
YUV 92.45 140.17 241.8 -
System Red Green Blue C M Y K H S L
Decimal 252 7 114 0 0.97 0.55 0.01 333.8 0.98 0.51
Hex FC 7 72 0 61 37 1 14E 62 33
Octal 374 7 162 0 141 67 1 516 142 63
Binary 11111100 111 1110010 0 1100001 110111 1 101001110 1100010 110011

Color Harmonies of #FC0772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0772

Black with #FC0772

Text Example


Text Example

White with #FC0772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0772; }

 p { color: rgb(252,7,114); }

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

background-color css

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

 a { background-color: rgb(252,7,114); }

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

border-color css

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

 span { border-color: rgb(252,7,114); }

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