Html Css Color HEX #FC63ED Pink Flamingo

📋 copy color: '#FC63ED'

red 252 ◦ green 99 ◦ blue 237

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

Shades of Pink Flamingo #FC63ED

Tints of Pink Flamingo #FC63ED

RGB

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

 GREEN value IS 99 (39.06% from 255) = 16.84%

 BLUE value IS 237 (92.97% from 255) = 40.31%

R = 42.86%
G = 16.84%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC63ED (or 0xFC63ED) is known color: Pink Flamingo. HEX triplet: FC, 63 and ED. RGB value is (252,99,237). Sum of RGB (Red+Green+Blue) = 252+99+237=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 99 (39.06% from 255 or 16.84% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC63ED is #039C12. Grayscale: #A0A0A0. Windows color (decimal): -236563 or 15557628. OLE color: 15557628.

HSL color Cylindrical-coordinate representation of color #FC63ED: hue angle of 305.88º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC63ED is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 99 237 -
CMYK 0 0.61 0.06 0.01
HSL 305.88º 0.96% 0.69% -
HSV(B) 305.88º 0.61% 0.99% -
XYZ 59.89 35.73 83.86 -
YUV 160.48 171.19 193.28 -
System Red Green Blue C M Y K H S L
Decimal 252 99 237 0 0.61 0.06 0.01 305.88 0.96 0.69
Hex FC 63 ED 0 3D 6 1 132 60 45
Octal 374 143 355 0 75 6 1 462 140 105
Binary 11111100 1100011 11101101 0 111101 110 1 100110010 1100000 1000101

Color Harmonies of #FC63ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC63ED

Black with #FC63ED

Text Example


Text Example

White with #FC63ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC63ED; }

 p { color: rgb(252,99,237); }

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

background-color css

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

 a { background-color: rgb(252,99,237); }

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

border-color css

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

 span { border-color: rgb(252,99,237); }

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