Html Css Color HEX #FC63F8 Pink Flamingo

📋 copy color: '#FC63F8'

red 252 ◦ green 99 ◦ blue 248

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

Shades of Pink Flamingo #FC63F8

Tints of Pink Flamingo #FC63F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.4%

R = 42.07%
G = 16.53%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC63F8 (or 0xFC63F8) is known color: Pink Flamingo. HEX triplet: FC, 63 and F8. RGB value is (252,99,248). Sum of RGB (Red+Green+Blue) = 252+99+248=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 99 (39.06% from 255 or 16.53% from 599); Blue value is 248 (97.27% from 255 or 41.40% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC63F8 is #039C07. Grayscale: #A1A1A1. Windows color (decimal): -236552 or 16278524. OLE color: 16278524.

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

Color convert

RGB 252 99 248 -
CMYK 0 0.61 0.02 0.01
HSL 301.57º 0.96% 0.69% -
HSV(B) 301.57º 0.61% 0.99% -
XYZ 61.55 36.4 92.59 -
YUV 161.73 176.69 192.38 -
System Red Green Blue C M Y K H S L
Decimal 252 99 248 0 0.61 0.02 0.01 301.57 0.96 0.69
Hex FC 63 F8 0 3D 2 1 12E 60 45
Octal 374 143 370 0 75 2 1 456 140 105
Binary 11111100 1100011 11111000 0 111101 10 1 100101110 1100000 1000101

Color Harmonies of #FC63F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC63F8

Black with #FC63F8

Text Example


Text Example

White with #FC63F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC63F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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