#F958EA

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

Shades of Pink Flamingo #F958EA

Tints of Pink Flamingo #F958EA

Color information

#F958EA (or 0xF958EA) is unknown color: approx Pink Flamingo. HEX triplet: F9, 58 and EA. RGB value is (249,88,234). Sum of RGB (Red+Green+Blue) = 249+88+234=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 88 (34.77% from 255 or 15.41% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F958EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F958EA is #06A715. Grayscale: #989898. Windows color (decimal): -435990 or 15358201. OLE color: 15358201.

HSL color Cylindrical-coordinate representation of color #F958EA: hue angle of 305.59º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F958EA is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB24988234-
CMYK00.650.060.02
HSL305.59º93.06%66.08%-
HSV(B)305.59º64.66%97.65%-
XYZ57.4133.0681.2-
YUV152.78173.84196.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.61%
GREEN value IS 88 (34.77% from 255) = 15.41%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=43.61%
G=15.41%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498823400.650.060.02305.5993.0666.08
HexF958EA041621325d42
Octal371130352010162462135102
Binary11111001101100011101010010000011101010011001010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F958EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F958EA; }

 p { color: rgb(249,88,234); }

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

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

 a { background-color: rgb(249,88,234); }

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

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

 span { border-color: rgb(249,88,234); }

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