#F95EF3

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

Shades of Pink Flamingo #F95EF3

Tints of Pink Flamingo #F95EF3

Color information

#F95EF3 (or 0xF95EF3) is unknown color: approx Pink Flamingo. HEX triplet: F9, 5E and F3. RGB value is (249,94,243). Sum of RGB (Red+Green+Blue) = 249+94+243=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 94 (37.11% from 255 or 16.04% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F95EF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95EF3 is #06A10C. Grayscale: #9C9C9C. Windows color (decimal): -434445 or 15949561. OLE color: 15949561.

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

Color convert

RGB24994243-
CMYK00.620.020.02
HSL302.32º92.81%67.25%-
HSV(B)302.32º62.25%97.65%-
XYZ59.2534.6288.35-
YUV157.33176.35193.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.49%
GREEN value IS 94 (37.11% from 255) = 16.04%
BLUE value IS 243 (95.31% from 255) = 41.47%
R=42.49%
G=16.04%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499424300.620.020.02302.3292.8167.25
HexF95EF303E2212e5d43
Octal37113636307622456135103
Binary111110011011110111100110111110101010010111010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95EF3; }

 p { color: rgb(249,94,243); }

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

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

 a { background-color: rgb(249,94,243); }

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

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

 span { border-color: rgb(249,94,243); }

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