Html Css Color HEX #FC50C9 Razzle Dazzle Rose

📋 copy color: '#FC50C9'

red 252 ◦ green 80 ◦ blue 201

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

Shades of Razzle Dazzle Rose #FC50C9

Tints of Razzle Dazzle Rose #FC50C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.71%

R = 47.28%
G = 15.01%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC50C9 (or 0xFC50C9) is known color: Razzle Dazzle Rose. HEX triplet: FC, 50 and C9. RGB value is (252,80,201). Sum of RGB (Red+Green+Blue) = 252+80+201=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 80 (31.64% from 255 or 15.01% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50C9 is #03AF36. Grayscale: #909090. Windows color (decimal): -241463 or 13193468. OLE color: 13193468.

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

Color convert

RGB 252 80 201 -
CMYK 0 0.68 0.20 0.01
HSL 317.79º 0.97% 0.65% -
HSV(B) 317.79º 0.68% 0.99% -
XYZ 53.56 30.65 58.35 -
YUV 145.22 159.48 204.16 -
System Red Green Blue C M Y K H S L
Decimal 252 80 201 0 0.68 0.20 0.01 317.79 0.97 0.65
Hex FC 50 C9 0 44 14 1 13E 61 41
Octal 374 120 311 0 104 24 1 476 141 101
Binary 11111100 1010000 11001001 0 1000100 10100 1 100111110 1100001 1000001

Color Harmonies of #FC50C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50C9

Black with #FC50C9

Text Example


Text Example

White with #FC50C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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