#F96AFA

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

Shades of Pink Flamingo #F96AFA

Tints of Pink Flamingo #F96AFA

Color information

#F96AFA (or 0xF96AFA) is unknown color: approx Pink Flamingo. HEX triplet: F9, 6A and FA. RGB value is (249,106,250). Sum of RGB (Red+Green+Blue) = 249+106+250=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 106 (41.80% from 255 or 17.52% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #F96AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96AFA is #069505. Grayscale: #A4A4A4. Windows color (decimal): -431366 or 16411385. OLE color: 16411385.

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

Color convert

RGB249106250-
CMYK0.000.5800.02
HSL299.58º93.51%69.8%-
HSV(B)299.58º57.6%98.04%-
XYZ61.4837.3594.41-
YUV165.17175.88187.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.16%
GREEN value IS 106 (41.80% from 255) = 17.52%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=41.16%
G=17.52%
B=41.32%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491062500.000.5800.02299.5893.5169.8
HexF96AFA03A0212c5e46
Octal37115237207202454136106
Binary11111001110101011111010011101001010010110010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96AFA; }

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

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

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

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

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

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

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

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