Html Css Color HEX #FC64F7 Pink Flamingo

📋 copy color: '#FC64F7'

red 252 ◦ green 100 ◦ blue 247

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

Shades of Pink Flamingo #FC64F7

Tints of Pink Flamingo #FC64F7

RGB

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

 GREEN value IS 100 (39.45% from 255) = 16.69%

 BLUE value IS 247 (96.88% from 255) = 41.24%

R = 42.07%
G = 16.69%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC64F7 (or 0xFC64F7) is known color: Pink Flamingo. HEX triplet: FC, 64 and F7. RGB value is (252,100,247). Sum of RGB (Red+Green+Blue) = 252+100+247=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 100 (39.45% from 255 or 16.69% from 599); Blue value is 247 (96.88% from 255 or 41.24% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC64F7 is #039B08. Grayscale: #A1A1A1. Windows color (decimal): -236297 or 16213244. OLE color: 16213244.

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

Color convert

RGB 252 100 247 -
CMYK 0 0.60 0.02 0.01
HSL 301.97º 0.96% 0.69% -
HSV(B) 301.97º 0.6% 0.99% -
XYZ 61.49 36.53 91.8 -
YUV 162.21 175.86 192.05 -
System Red Green Blue C M Y K H S L
Decimal 252 100 247 0 0.60 0.02 0.01 301.97 0.96 0.69
Hex FC 64 F7 0 3C 2 1 12E 60 45
Octal 374 144 367 0 74 2 1 456 140 105
Binary 11111100 1100100 11110111 0 111100 10 1 100101110 1100000 1000101

Color Harmonies of #FC64F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64F7

Black with #FC64F7

Text Example


Text Example

White with #FC64F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64F7; }

 p { color: rgb(252,100,247); }

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

background-color css

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

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

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

border-color css

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

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

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