Html Css Color HEX #FC64F2 Pink Flamingo

📋 copy color: '#FC64F2'

red 252 ◦ green 100 ◦ blue 242

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

Shades of Pink Flamingo #FC64F2

Tints of Pink Flamingo #FC64F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.74%

R = 42.42%
G = 16.84%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC64F2 (or 0xFC64F2) is known color: Pink Flamingo. HEX triplet: FC, 64 and F2. RGB value is (252,100,242). Sum of RGB (Red+Green+Blue) = 252+100+242=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 100 (39.45% from 255 or 16.84% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC64F2 is #039B0D. Grayscale: #A1A1A1. Windows color (decimal): -236302 or 15885564. OLE color: 15885564.

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

Color convert

RGB 252 100 242 -
CMYK 0 0.60 0.04 0.01
HSL 303.95º 0.96% 0.69% -
HSV(B) 303.95º 0.6% 0.99% -
XYZ 60.73 36.22 87.79 -
YUV 161.64 173.36 192.45 -
System Red Green Blue C M Y K H S L
Decimal 252 100 242 0 0.60 0.04 0.01 303.95 0.96 0.69
Hex FC 64 F2 0 3C 4 1 130 60 45
Octal 374 144 362 0 74 4 1 460 140 105
Binary 11111100 1100100 11110010 0 111100 100 1 100110000 1100000 1000101

Color Harmonies of #FC64F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64F2

Black with #FC64F2

Text Example


Text Example

White with #FC64F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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