Html Css Color HEX #FC0059 Razzmatazz

📋 copy color: '#FC0059'

red 252 ◦ green 0 ◦ blue 89

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

Shades of Razzmatazz #FC0059

Tints of Razzmatazz #FC0059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.9%
G = 0%
B = 26.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FC0059 (or 0xFC0059) is known color: Razzmatazz. HEX triplet: FC, 00 and 59. RGB value is (252,0,89). Sum of RGB (Red+Green+Blue) = 252+0+89=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0059 is #03FFA6. Grayscale: #555555. Windows color (decimal): -262055 or 5832956. OLE color: 5832956.

HSL color Cylindrical-coordinate representation of color #FC0059: hue angle of 338.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0059 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 89 -
CMYK 0 1 0.65 0.01
HSL 338.81º 1% 0.49% -
HSV(B) 338.81º 1% 0.99% -
XYZ 41.95 21.42 11.37 -
YUV 85.49 129.99 246.76 -
System Red Green Blue C M Y K H S L
Decimal 252 0 89 0 1 0.65 0.01 338.81 1 0.49
Hex FC 0 59 0 64 41 1 153 64 31
Octal 374 0 131 0 144 101 1 523 144 61
Binary 11111100 0 1011001 0 1100100 1000001 1 101010011 1100100 110001

Color Harmonies of #FC0059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0059

Black with #FC0059

Text Example


Text Example

White with #FC0059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0059; }

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

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

background-color css

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

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

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

border-color css

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

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

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