Html Css Color HEX #FC0759 Razzmatazz

📋 copy color: '#FC0759'

red 252 ◦ green 7 ◦ blue 89

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

Shades of Razzmatazz #FC0759

Tints of Razzmatazz #FC0759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.57%

R = 72.41%
G = 2.01%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FC0759 (or 0xFC0759) is known color: Razzmatazz. HEX triplet: FC, 07 and 59. RGB value is (252,7,89). Sum of RGB (Red+Green+Blue) = 252+7+89=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0759 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0759 is #03F8A6. Grayscale: #595959. Windows color (decimal): -260263 or 5834748. OLE color: 5834748.

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

Color convert

RGB 252 7 89 -
CMYK 0 0.97 0.65 0.01
HSL 339.92º 0.98% 0.51% -
HSV(B) 339.92º 0.97% 0.99% -
XYZ 42.02 21.57 11.4 -
YUV 89.6 127.67 243.83 -
System Red Green Blue C M Y K H S L
Decimal 252 7 89 0 0.97 0.65 0.01 339.92 0.98 0.51
Hex FC 7 59 0 61 41 1 154 62 33
Octal 374 7 131 0 141 101 1 524 142 63
Binary 11111100 111 1011001 0 1100001 1000001 1 101010100 1100010 110011

Color Harmonies of #FC0759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0759

Black with #FC0759

Text Example


Text Example

White with #FC0759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0759; }

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

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

background-color css

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

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

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

border-color css

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

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

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