Html Css Color HEX #FC0760 Razzmatazz

📋 copy color: '#FC0760'

red 252 ◦ green 7 ◦ blue 96

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

Shades of Razzmatazz #FC0760

Tints of Razzmatazz #FC0760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.04%

R = 70.99%
G = 1.97%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC0760 (or 0xFC0760) is known color: Razzmatazz. HEX triplet: FC, 07 and 60. RGB value is (252,7,96). Sum of RGB (Red+Green+Blue) = 252+7+96=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0760 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0760 is #03F89F. Grayscale: #5A5A5A. Windows color (decimal): -260256 or 6293500. OLE color: 6293500.

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

Color convert

RGB 252 7 96 -
CMYK 0 0.97 0.62 0.01
HSL 338.2º 0.98% 0.51% -
HSV(B) 338.2º 0.97% 0.99% -
XYZ 42.33 21.69 13.02 -
YUV 90.4 131.17 243.26 -
System Red Green Blue C M Y K H S L
Decimal 252 7 96 0 0.97 0.62 0.01 338.2 0.98 0.51
Hex FC 7 60 0 61 3E 1 152 62 33
Octal 374 7 140 0 141 76 1 522 142 63
Binary 11111100 111 1100000 0 1100001 111110 1 101010010 1100010 110011

Color Harmonies of #FC0760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0760

Black with #FC0760

Text Example


Text Example

White with #FC0760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0760; }

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

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

background-color css

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

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

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

border-color css

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

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

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