#F953EF

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

Shades of Pink Flamingo #F953EF

Tints of Pink Flamingo #F953EF

Color information

#F953EF (or 0xF953EF) is unknown color: approx Pink Flamingo. HEX triplet: F9, 53 and EF. RGB value is (249,83,239). Sum of RGB (Red+Green+Blue) = 249+83+239=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 83 (32.81% from 255 or 14.54% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F953EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F953EF is #06AC10. Grayscale: #959595. Windows color (decimal): -437265 or 15684601. OLE color: 15684601.

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

Color convert

RGB24983239-
CMYK00.670.040.02
HSL303.61º93.26%65.1%-
HSV(B)303.61º66.67%97.65%-
XYZ57.7432.5684.9-
YUV150.42178198.32-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.61%
GREEN value IS 83 (32.81% from 255) = 14.54%
BLUE value IS 239 (93.75% from 255) = 41.86%
R=43.61%
G=14.54%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498323900.670.040.02303.6193.2665.1
HexF953EF043421305d41
Octal371123357010342460135101
Binary11111001101001111101111010000111001010011000010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F953EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F953EF; }

 p { color: rgb(249,83,239); }

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

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

 a { background-color: rgb(249,83,239); }

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

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

 span { border-color: rgb(249,83,239); }

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