Html Css Color HEX #FC50CC Razzle Dazzle Rose

📋 copy color: '#FC50CC'

red 252 ◦ green 80 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FC50CC

Tints of Razzle Dazzle Rose #FC50CC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.93%

 BLUE value IS 204 (80.08% from 255) = 38.06%

R = 47.01%
G = 14.93%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC50CC (or 0xFC50CC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 50 and CC. RGB value is (252,80,204). Sum of RGB (Red+Green+Blue) = 252+80+204=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 80 (31.64% from 255 or 14.93% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50CC is #03AF33. Grayscale: #919191. Windows color (decimal): -241460 or 13390076. OLE color: 13390076.

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

Color convert

RGB 252 80 204 -
CMYK 0 0.68 0.19 0.01
HSL 316.74º 0.97% 0.65% -
HSV(B) 316.74º 0.68% 0.99% -
XYZ 53.91 30.79 60.23 -
YUV 145.56 160.98 203.92 -
System Red Green Blue C M Y K H S L
Decimal 252 80 204 0 0.68 0.19 0.01 316.74 0.97 0.65
Hex FC 50 CC 0 44 13 1 13D 61 41
Octal 374 120 314 0 104 23 1 475 141 101
Binary 11111100 1010000 11001100 0 1000100 10011 1 100111101 1100001 1000001

Color Harmonies of #FC50CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50CC

Black with #FC50CC

Text Example


Text Example

White with #FC50CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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