#FC61F3

Color #FC61F3 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FC61F3

Tints of Pink Flamingo #FC61F3

Color information

#FC61F3 (or 0xFC61F3) is unknown color: approx Pink Flamingo. HEX triplet: FC, 61 and F3. RGB value is (252,97,243). Sum of RGB (Red+Green+Blue) = 252+97+243=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 97 (38.28% from 255 or 16.39% from 592); Blue value is 243 (95.31% from 255 or 41.05% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC61F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC61F3 is #039E0C. Grayscale: #9F9F9F. Windows color (decimal): -237069 or 15950332. OLE color: 15950332.

HSL color Cylindrical-coordinate representation of color #FC61F3: hue angle of 303.48º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC61F3 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB25297243-
CMYK00.620.040.01
HSL303.48º96.27%68.43%-
HSV(B)303.48º61.51%98.82%-
XYZ60.635.7288.49-
YUV159.99174.85193.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.57%
GREEN value IS 97 (38.28% from 255) = 16.39%
BLUE value IS 243 (95.31% from 255) = 41.05%
R=42.57%
G=16.39%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529724300.620.040.01303.4896.2768.43
HexFC61F303E4112f6044
Octal37414136307641457140104
Binary111111001100001111100110111110100110010111111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC61F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC61F3; }

 p { color: rgb(252,97,243); }

 H1.HeaderClassName
 {
   color: #FC61F3;
 }
 .AnyTagClassName
 {
   color: #FC61F3;
 }
</style>
background-color css

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

 a { background-color: rgb(252,97,243); }

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

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

 span { border-color: rgb(252,97,243); }

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