#FE60F2

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

Shades of Pink Flamingo #FE60F2

Tints of Pink Flamingo #FE60F2

Color information

#FE60F2 (or 0xFE60F2) is unknown color: approx Pink Flamingo. HEX triplet: FE, 60 and F2. RGB value is (254,96,242). Sum of RGB (Red+Green+Blue) = 254+96+242=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 96 (37.89% from 255 or 16.22% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE60F2 is #019F0D. Grayscale: #9F9F9F. Windows color (decimal): -106254 or 15884542. OLE color: 15884542.

HSL color Cylindrical-coordinate representation of color #FE60F2: hue angle of 304.56º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE60F2 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB25496242-
CMYK00.620.050.00
HSL304.56º98.75%68.63%-
HSV(B)304.56º62.2%99.61%-
XYZ61.0835.8587.7-
YUV159.89174.35195.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 96 (37.89% from 255) = 16.22%
BLUE value IS 242 (94.92% from 255) = 40.88%
R=42.91%
G=16.22%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549624200.620.050.00304.5698.7568.63
HexFE60F203E501316345
Octal37614036207650461143105
Binary111111101100000111100100111110101010011000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE60F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE60F2; }

 p { color: rgb(254,96,242); }

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

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

 a { background-color: rgb(254,96,242); }

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

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

 span { border-color: rgb(254,96,242); }

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