Html Css Color HEX #FC63FE Pink Flamingo

📋 copy color: '#FC63FE'

red 252 ◦ green 99 ◦ blue 254

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

Shades of Pink Flamingo #FC63FE

Tints of Pink Flamingo #FC63FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.98%

R = 41.65%
G = 16.36%
B = 41.98%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC63FE (or 0xFC63FE) is known color: Pink Flamingo. HEX triplet: FC, 63 and FE. RGB value is (252,99,254). Sum of RGB (Red+Green+Blue) = 252+99+254=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 99 (39.06% from 255 or 16.36% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC63FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC63FE is #039C01. Grayscale: #A1A1A1. Windows color (decimal): -236546 or 16671740. OLE color: 16671740.

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

Color convert

RGB 252 99 254 -
CMYK 0.01 0.61 0 0.00
HSL 299.23º 0.99% 0.69% -
HSV(B) 299.23º 0.61% 1% -
XYZ 62.5 36.77 97.57 -
YUV 162.42 179.69 191.9 -
System Red Green Blue C M Y K H S L
Decimal 252 99 254 0.01 0.61 0 0.00 299.23 0.99 0.69
Hex FC 63 FE 1 3D 0 0 12B 63 45
Octal 374 143 376 1 75 0 0 453 143 105
Binary 11111100 1100011 11111110 1 111101 0 0 100101011 1100011 1000101

Color Harmonies of #FC63FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC63FE

Black with #FC63FE

Text Example


Text Example

White with #FC63FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC63FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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