#FE69F8

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

Shades of Pink Flamingo #FE69F8

Tints of Pink Flamingo #FE69F8

Color information

#FE69F8 (or 0xFE69F8) is unknown color: approx Pink Flamingo. HEX triplet: FE, 69 and F8. RGB value is (254,105,248). Sum of RGB (Red+Green+Blue) = 254+105+248=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 105 (41.41% from 255 or 17.30% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE69F8 is #019607. Grayscale: #A5A5A5. Windows color (decimal): -103944 or 16280062. OLE color: 16280062.

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

Color convert

RGB254105248-
CMYK00.590.020.00
HSL302.42º98.68%70.39%-
HSV(B)302.42º58.66%99.61%-
XYZ62.8737.9592.82-
YUV165.85174.36190.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 105 (41.41% from 255) = 17.30%
BLUE value IS 248 (97.27% from 255) = 40.86%
R=41.85%
G=17.30%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410524800.590.020.00302.4298.6870.39
HexFE69F803B2012e6346
Octal37615137007320456143106
Binary11111110110100111111000011101110010010111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE69F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE69F8; }

 p { color: rgb(254,105,248); }

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

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

 a { background-color: rgb(254,105,248); }

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

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

 span { border-color: rgb(254,105,248); }

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