#FC60F1

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

Shades of Pink Flamingo #FC60F1

Tints of Pink Flamingo #FC60F1

Color information

#FC60F1 (or 0xFC60F1) is unknown color: approx Pink Flamingo. HEX triplet: FC, 60 and F1. RGB value is (252,96,241). Sum of RGB (Red+Green+Blue) = 252+96+241=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 96 (37.89% from 255 or 16.30% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC60F1 is #039F0E. Grayscale: #9E9E9E. Windows color (decimal): -237327 or 15819004. OLE color: 15819004.

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

Color convert

RGB25296241-
CMYK00.620.040.01
HSL304.23º96.3%68.24%-
HSV(B)304.23º61.9%98.82%-
XYZ60.235.4186.88-
YUV159.17174.18194.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 96 (37.89% from 255) = 16.30%
BLUE value IS 241 (94.53% from 255) = 40.92%
R=42.78%
G=16.30%
B=40.92%

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
Decimal2529624100.620.040.01304.2396.368.24
HexFC60F103E411306044
Octal37414036107641460140104
Binary111111001100000111100010111110100110011000011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC60F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC60F1; }

 p { color: rgb(252,96,241); }

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

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

 a { background-color: rgb(252,96,241); }

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

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

 span { border-color: rgb(252,96,241); }

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