Html Css Color HEX #FC0763 Razzmatazz

📋 copy color: '#FC0763'

red 252 ◦ green 7 ◦ blue 99

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

Shades of Razzmatazz #FC0763

Tints of Razzmatazz #FC0763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.65%

R = 70.39%
G = 1.96%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC0763 (or 0xFC0763) is known color: Razzmatazz. HEX triplet: FC, 07 and 63. RGB value is (252,7,99). Sum of RGB (Red+Green+Blue) = 252+7+99=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0763 is #03F89C. Grayscale: #5A5A5A. Windows color (decimal): -260253 or 6490108. OLE color: 6490108.

HSL color Cylindrical-coordinate representation of color #FC0763: hue angle of 337.47º 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 #FC0763 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 7 99 -
CMYK 0 0.97 0.61 0.01
HSL 337.47º 0.98% 0.51% -
HSV(B) 337.47º 0.97% 0.99% -
XYZ 42.47 21.75 13.76 -
YUV 90.74 132.67 243.02 -
System Red Green Blue C M Y K H S L
Decimal 252 7 99 0 0.97 0.61 0.01 337.47 0.98 0.51
Hex FC 7 63 0 61 3D 1 151 62 33
Octal 374 7 143 0 141 75 1 521 142 63
Binary 11111100 111 1100011 0 1100001 111101 1 101010001 1100010 110011

Color Harmonies of #FC0763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0763

Black with #FC0763

Text Example


Text Example

White with #FC0763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0763; }

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

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

background-color css

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

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

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

border-color css

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

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

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