Html Css Color HEX #FC63FC Pink Flamingo

📋 copy color: '#FC63FC'

red 252 ◦ green 99 ◦ blue 252

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

Shades of Pink Flamingo #FC63FC

Tints of Pink Flamingo #FC63FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.79%

R = 41.79%
G = 16.42%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC63FC (or 0xFC63FC) is known color: Pink Flamingo. HEX triplet: FC, 63 and FC. RGB value is (252,99,252). Sum of RGB (Red+Green+Blue) = 252+99+252=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 99 (39.06% from 255 or 16.42% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC63FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC63FC is #039C03. Grayscale: #A1A1A1. Windows color (decimal): -236548 or 16540668. OLE color: 16540668.

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

Color convert

RGB 252 99 252 -
CMYK 0 0.61 0 0.01
HSL 300º 0.96% 0.69% -
HSV(B) 300º 0.61% 0.99% -
XYZ 62.18 36.65 95.89 -
YUV 162.19 178.69 192.06 -
System Red Green Blue C M Y K H S L
Decimal 252 99 252 0 0.61 0 0.01 300 0.96 0.69
Hex FC 63 FC 0 3D 0 1 12C 60 45
Octal 374 143 374 0 75 0 1 454 140 105
Binary 11111100 1100011 11111100 0 111101 0 1 100101100 1100000 1000101

Color Harmonies of #FC63FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC63FC

Black with #FC63FC

Text Example


Text Example

White with #FC63FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC63FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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