#F960F4

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

Shades of Pink Flamingo #F960F4

Tints of Pink Flamingo #F960F4

Color information

#F960F4 (or 0xF960F4) is unknown color: approx Pink Flamingo. HEX triplet: F9, 60 and F4. RGB value is (249,96,244). Sum of RGB (Red+Green+Blue) = 249+96+244=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 96 (37.89% from 255 or 16.30% from 589); Blue value is 244 (95.70% from 255 or 41.43% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F960F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F960F4 is #069F0B. Grayscale: #9E9E9E. Windows color (decimal): -433932 or 16015609. OLE color: 16015609.

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

Color convert

RGB24996244-
CMYK00.610.020.02
HSL301.96º92.73%67.65%-
HSV(B)301.96º61.45%97.65%-
XYZ59.5835.0489.21-
YUV158.62176.19192.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.28%
GREEN value IS 96 (37.89% from 255) = 16.30%
BLUE value IS 244 (95.70% from 255) = 41.43%
R=42.28%
G=16.30%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499624400.610.020.02301.9692.7367.65
HexF960F403D2212e5d44
Octal37114036407522456135104
Binary111110011100000111101000111101101010010111010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F960F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F960F4; }

 p { color: rgb(249,96,244); }

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

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

 a { background-color: rgb(249,96,244); }

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

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

 span { border-color: rgb(249,96,244); }

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