#F961F1

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

Shades of Pink Flamingo #F961F1

Tints of Pink Flamingo #F961F1

Color information

#F961F1 (or 0xF961F1) is unknown color: approx Pink Flamingo. HEX triplet: F9, 61 and F1. RGB value is (249,97,241). Sum of RGB (Red+Green+Blue) = 249+97+241=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 97 (38.28% from 255 or 16.52% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F961F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F961F1 is #069E0E. Grayscale: #9E9E9E. Windows color (decimal): -433679 or 15819257. OLE color: 15819257.

HSL color Cylindrical-coordinate representation of color #F961F1: hue angle of 303.16º 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 #F961F1 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB24997241-
CMYK00.610.030.02
HSL303.16º92.68%67.84%-
HSV(B)303.16º61.04%97.65%-
XYZ59.2235.0486.86-
YUV158.86174.36192.29-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.42%
GREEN value IS 97 (38.28% from 255) = 16.52%
BLUE value IS 241 (94.53% from 255) = 41.06%
R=42.42%
G=16.52%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499724100.610.030.02303.1692.6867.84
HexF961F103D3212f5d44
Octal37114136107532457135104
Binary111110011100001111100010111101111010010111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F961F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F961F1; }

 p { color: rgb(249,97,241); }

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

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

 a { background-color: rgb(249,97,241); }

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

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

 span { border-color: rgb(249,97,241); }

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