#FF58FE

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

Shades of Pink Flamingo #FF58FE

Tints of Pink Flamingo #FF58FE

Color information

#FF58FE (or 0xFF58FE) is unknown color: approx Pink Flamingo. HEX triplet: FF, 58 and FE. RGB value is (255,88,254). Sum of RGB (Red+Green+Blue) = 255+88+254=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 88 (34.77% from 255 or 14.74% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF58FE is #00A701. Grayscale: #9C9C9C. Windows color (decimal): -42754 or 16668927. OLE color: 16668927.

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

Color convert

RGB25588254-
CMYK00.650.000
HSL300.36º100%67.25%-
HSV(B)300.36º65.49%100%-
XYZ62.6235.497.3-
YUV156.86182.83198-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.71%
GREEN value IS 88 (34.77% from 255) = 14.74%
BLUE value IS 254 (99.61% from 255) = 42.55%
R=42.71%
G=14.74%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558825400.650.000300.3610067.25
HexFF58FE0410012c6443
Octal377130376010100454144103
Binary11111111101100011111110010000010010010110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF58FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF58FE; }

 p { color: rgb(255,88,254); }

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

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

 a { background-color: rgb(255,88,254); }

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

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

 span { border-color: rgb(255,88,254); }

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