Html Css Color HEX #FC50D1 Razzle Dazzle Rose

📋 copy color: '#FC50D1'

red 252 ◦ green 80 ◦ blue 209

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

Shades of Razzle Dazzle Rose #FC50D1

Tints of Razzle Dazzle Rose #FC50D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.63%

R = 46.58%
G = 14.79%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC50D1 (or 0xFC50D1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 50 and D1. RGB value is (252,80,209). Sum of RGB (Red+Green+Blue) = 252+80+209=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 80 (31.64% from 255 or 14.79% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50D1 is #03AF2E. Grayscale: #919191. Windows color (decimal): -241455 or 13717756. OLE color: 13717756.

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

Color convert

RGB 252 80 209 -
CMYK 0 0.68 0.17 0.01
HSL 315º 0.97% 0.65% -
HSV(B) 315º 0.68% 0.99% -
XYZ 54.52 31.04 63.44 -
YUV 146.13 163.48 203.51 -
System Red Green Blue C M Y K H S L
Decimal 252 80 209 0 0.68 0.17 0.01 315 0.97 0.65
Hex FC 50 D1 0 44 11 1 13B 61 41
Octal 374 120 321 0 104 21 1 473 141 101
Binary 11111100 1010000 11010001 0 1000100 10001 1 100111011 1100001 1000001

Color Harmonies of #FC50D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50D1

Black with #FC50D1

Text Example


Text Example

White with #FC50D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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