Html Css Color HEX #FC50CE Razzle Dazzle Rose

📋 copy color: '#FC50CE'

red 252 ◦ green 80 ◦ blue 206

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

Shades of Razzle Dazzle Rose #FC50CE

Tints of Razzle Dazzle Rose #FC50CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 46.84%
G = 14.87%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC50CE (or 0xFC50CE) is known color: Razzle Dazzle Rose. HEX triplet: FC, 50 and CE. RGB value is (252,80,206). Sum of RGB (Red+Green+Blue) = 252+80+206=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 80 (31.64% from 255 or 14.87% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50CE is #03AF31. Grayscale: #919191. Windows color (decimal): -241458 or 13521148. OLE color: 13521148.

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

Color convert

RGB 252 80 206 -
CMYK 0 0.68 0.18 0.01
HSL 316.05º 0.97% 0.65% -
HSV(B) 316.05º 0.68% 0.99% -
XYZ 54.15 30.89 61.5 -
YUV 145.79 161.98 203.75 -
System Red Green Blue C M Y K H S L
Decimal 252 80 206 0 0.68 0.18 0.01 316.05 0.97 0.65
Hex FC 50 CE 0 44 12 1 13C 61 41
Octal 374 120 316 0 104 22 1 474 141 101
Binary 11111100 1010000 11001110 0 1000100 10010 1 100111100 1100001 1000001

Color Harmonies of #FC50CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50CE

Black with #FC50CE

Text Example


Text Example

White with #FC50CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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