Html Css Color HEX #FC50FD Pink Flamingo

📋 copy color: '#FC50FD'

red 252 ◦ green 80 ◦ blue 253

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

Shades of Pink Flamingo #FC50FD

Tints of Pink Flamingo #FC50FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.25%

R = 43.08%
G = 13.68%
B = 43.25%

CMYK

 C value IS 0.00

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC50FD (or 0xFC50FD) is known color: Pink Flamingo. HEX triplet: FC, 50 and FD. RGB value is (252,80,253). Sum of RGB (Red+Green+Blue) = 252+80+253=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 80 (31.64% from 255 or 13.68% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC50FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC50FD is #03AF02. Grayscale: #969696. Windows color (decimal): -241411 or 16601340. OLE color: 16601340.

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

Color convert

RGB 252 80 253 -
CMYK 0.00 0.68 0 0.01
HSL 299.65º 0.98% 0.65% -
HSV(B) 299.65º 0.68% 0.99% -
XYZ 60.74 33.52 96.2 -
YUV 151.15 185.48 199.93 -
System Red Green Blue C M Y K H S L
Decimal 252 80 253 0.00 0.68 0 0.01 299.65 0.98 0.65
Hex FC 50 FD 0 44 0 1 12C 62 41
Octal 374 120 375 0 104 0 1 454 142 101
Binary 11111100 1010000 11111101 0 1000100 0 1 100101100 1100010 1000001

Color Harmonies of #FC50FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50FD

Black with #FC50FD

Text Example


Text Example

White with #FC50FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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