Html Css Color HEX #FC63FF Pink Flamingo

📋 copy color: '#FC63FF'

red 252 ◦ green 99 ◦ blue 255

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

Shades of Pink Flamingo #FC63FF

Tints of Pink Flamingo #FC63FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.08%

R = 41.58%
G = 16.34%
B = 42.08%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC63FF (or 0xFC63FF) is known color: Pink Flamingo. HEX triplet: FC, 63 and FF. RGB value is (252,99,255). Sum of RGB (Red+Green+Blue) = 252+99+255=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 99 (39.06% from 255 or 16.34% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC63FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC63FF is #039C00. Grayscale: #A2A2A2. Windows color (decimal): -236545 or 16737276. OLE color: 16737276.

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

Color convert

RGB 252 99 255 -
CMYK 0.01 0.61 0 0
HSL 298.85º 1% 0.69% -
HSV(B) 298.85º 0.61% 1% -
XYZ 62.66 36.84 98.42 -
YUV 162.53 180.19 191.82 -
System Red Green Blue C M Y K H S L
Decimal 252 99 255 0.01 0.61 0 0 298.85 1 0.69
Hex FC 63 FF 1 3D 0 0 12B 64 45
Octal 374 143 377 1 75 0 0 453 144 105
Binary 11111100 1100011 11111111 1 111101 0 0 100101011 1100100 1000101

Color Harmonies of #FC63FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC63FF

Black with #FC63FF

Text Example


Text Example

White with #FC63FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC63FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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