#FE69F7

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

Shades of Pink Flamingo #FE69F7

Tints of Pink Flamingo #FE69F7

Color information

#FE69F7 (or 0xFE69F7) is unknown color: approx Pink Flamingo. HEX triplet: FE, 69 and F7. RGB value is (254,105,247). Sum of RGB (Red+Green+Blue) = 254+105+247=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 105 (41.41% from 255 or 17.33% from 606); Blue value is 247 (96.88% from 255 or 40.76% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE69F7 is #019608. Grayscale: #A5A5A5. Windows color (decimal): -103945 or 16214526. OLE color: 16214526.

HSL color Cylindrical-coordinate representation of color #FE69F7: hue angle of 302.82º 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 #FE69F7 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB254105247-
CMYK00.590.030.00
HSL302.82º98.68%70.39%-
HSV(B)302.82º58.66%99.61%-
XYZ62.7137.8992-
YUV165.74173.86190.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 105 (41.41% from 255) = 17.33%
BLUE value IS 247 (96.88% from 255) = 40.76%
R=41.91%
G=17.33%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410524700.590.030.00302.8298.6870.39
HexFE69F703B3012f6346
Octal37615136707330457143106
Binary11111110110100111110111011101111010010111111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE69F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE69F7; }

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

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

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

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

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

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

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

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