Html Css Color HEX #FC64F0 Pink Flamingo

📋 copy color: '#FC64F0'

red 252 ◦ green 100 ◦ blue 240

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

Shades of Pink Flamingo #FC64F0

Tints of Pink Flamingo #FC64F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.54%

R = 42.57%
G = 16.89%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC64F0 (or 0xFC64F0) is known color: Pink Flamingo. HEX triplet: FC, 64 and F0. RGB value is (252,100,240). Sum of RGB (Red+Green+Blue) = 252+100+240=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 100 (39.45% from 255 or 16.89% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC64F0 is #039B0F. Grayscale: #A1A1A1. Windows color (decimal): -236304 or 15754492. OLE color: 15754492.

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

Color convert

RGB 252 100 240 -
CMYK 0 0.60 0.05 0.01
HSL 304.74º 0.96% 0.69% -
HSV(B) 304.74º 0.6% 0.99% -
XYZ 60.43 36.1 86.22 -
YUV 161.41 172.36 192.62 -
System Red Green Blue C M Y K H S L
Decimal 252 100 240 0 0.60 0.05 0.01 304.74 0.96 0.69
Hex FC 64 F0 0 3C 5 1 131 60 45
Octal 374 144 360 0 74 5 1 461 140 105
Binary 11111100 1100100 11110000 0 111100 101 1 100110001 1100000 1000101

Color Harmonies of #FC64F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64F0

Black with #FC64F0

Text Example


Text Example

White with #FC64F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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