Html Css Color HEX #FC50C8 Razzle Dazzle Rose

📋 copy color: '#FC50C8'

red 252 ◦ green 80 ◦ blue 200

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

Shades of Razzle Dazzle Rose #FC50C8

Tints of Razzle Dazzle Rose #FC50C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.59%

R = 47.37%
G = 15.04%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC50C8 (or 0xFC50C8) is known color: Razzle Dazzle Rose. HEX triplet: FC, 50 and C8. RGB value is (252,80,200). Sum of RGB (Red+Green+Blue) = 252+80+200=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 80 (31.64% from 255 or 15.04% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50C8 is #03AF37. Grayscale: #909090. Windows color (decimal): -241464 or 13127932. OLE color: 13127932.

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

Color convert

RGB 252 80 200 -
CMYK 0 0.68 0.21 0.01
HSL 318.14º 0.97% 0.65% -
HSV(B) 318.14º 0.68% 0.99% -
XYZ 53.44 30.6 57.73 -
YUV 145.11 158.98 204.24 -
System Red Green Blue C M Y K H S L
Decimal 252 80 200 0 0.68 0.21 0.01 318.14 0.97 0.65
Hex FC 50 C8 0 44 15 1 13E 61 41
Octal 374 120 310 0 104 25 1 476 141 101
Binary 11111100 1010000 11001000 0 1000100 10101 1 100111110 1100001 1000001

Color Harmonies of #FC50C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50C8

Black with #FC50C8

Text Example


Text Example

White with #FC50C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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