#F95FFA

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

Shades of Pink Flamingo #F95FFA

Tints of Pink Flamingo #F95FFA

Color information

#F95FFA (or 0xF95FFA) is unknown color: approx Pink Flamingo. HEX triplet: F9, 5F and FA. RGB value is (249,95,250). Sum of RGB (Red+Green+Blue) = 249+95+250=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 95 (37.5% from 255 or 15.99% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #F95FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95FFA is #06A005. Grayscale: #9E9E9E. Windows color (decimal): -434182 or 16408569. OLE color: 16408569.

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

Color convert

RGB24995250-
CMYK0.000.6200.02
HSL299.61º93.94%67.65%-
HSV(B)299.61º62%98.04%-
XYZ60.4135.2394.06-
YUV158.72179.52192.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.92%
GREEN value IS 95 (37.5% from 255) = 15.99%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=41.92%
G=15.99%
B=42.09%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249952500.000.6200.02299.6193.9467.65
HexF95FFA03E0212c5e44
Octal37113737207602454136104
Binary11111001101111111111010011111001010010110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95FFA; }

 p { color: rgb(249,95,250); }

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

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

 a { background-color: rgb(249,95,250); }

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

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

 span { border-color: rgb(249,95,250); }

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