Html Css Color HEX #FC0050 Razzmatazz

📋 copy color: '#FC0050'

red 252 ◦ green 0 ◦ blue 80

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

Shades of Razzmatazz #FC0050

Tints of Razzmatazz #FC0050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.1%

R = 75.9%
G = 0%
B = 24.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC0050 (or 0xFC0050) is known color: Razzmatazz. HEX triplet: FC, 00 and 50. RGB value is (252,0,80). Sum of RGB (Red+Green+Blue) = 252+0+80=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0050 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0050 is #03FFAF. Grayscale: #545454. Windows color (decimal): -262064 or 5243132. OLE color: 5243132.

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

Color convert

RGB 252 0 80 -
CMYK 0 1 0.68 0.01
HSL 340.95º 1% 0.49% -
HSV(B) 340.95º 1% 0.99% -
XYZ 41.59 21.27 9.5 -
YUV 84.47 125.49 247.5 -
System Red Green Blue C M Y K H S L
Decimal 252 0 80 0 1 0.68 0.01 340.95 1 0.49
Hex FC 0 50 0 64 44 1 155 64 31
Octal 374 0 120 0 144 104 1 525 144 61
Binary 11111100 0 1010000 0 1100100 1000100 1 101010101 1100100 110001

Color Harmonies of #FC0050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0050

Black with #FC0050

Text Example


Text Example

White with #FC0050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0050; }

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

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

background-color css

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

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

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

border-color css

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

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

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