Html Css Color HEX #FC0259 Razzmatazz

📋 copy color: '#FC0259'

red 252 ◦ green 2 ◦ blue 89

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

Shades of Razzmatazz #FC0259

Tints of Razzmatazz #FC0259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 73.47%
G = 0.58%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FC0259 (or 0xFC0259) is known color: Razzmatazz. HEX triplet: FC, 02 and 59. RGB value is (252,2,89). Sum of RGB (Red+Green+Blue) = 252+2+89=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0259 is #03FDA6. Grayscale: #565656. Windows color (decimal): -261543 or 5833468. OLE color: 5833468.

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

Color convert

RGB 252 2 89 -
CMYK 0 0.99 0.65 0.01
HSL 339.12º 0.98% 0.5% -
HSV(B) 339.12º 0.99% 0.99% -
XYZ 41.97 21.46 11.38 -
YUV 86.67 129.33 245.93 -
System Red Green Blue C M Y K H S L
Decimal 252 2 89 0 0.99 0.65 0.01 339.12 0.98 0.5
Hex FC 2 59 0 63 41 1 153 62 32
Octal 374 2 131 0 143 101 1 523 142 62
Binary 11111100 10 1011001 0 1100011 1000001 1 101010011 1100010 110010

Color Harmonies of #FC0259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0259

Black with #FC0259

Text Example


Text Example

White with #FC0259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0259; }

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

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

background-color css

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

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

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

border-color css

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

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

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