#F061F9

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

Shades of Pink Flamingo #F061F9

Tints of Pink Flamingo #F061F9

Color information

#F061F9 (or 0xF061F9) is unknown color: approx Pink Flamingo. HEX triplet: F0, 61 and F9. RGB value is (240,97,249). Sum of RGB (Red+Green+Blue) = 240+97+249=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 97 (38.28% from 255 or 16.55% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #F061F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F061F9 is #0F9E06. Grayscale: #9C9C9C. Windows color (decimal): -1023495 or 16343536. OLE color: 16343536.

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

Color convert

RGB24097249-
CMYK0.040.6100.02
HSL296.45º92.68%67.84%-
HSV(B)296.45º61.04%97.65%-
XYZ57.3133.9193.15-
YUV157.08179.88187.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.96%
GREEN value IS 97 (38.28% from 255) = 16.55%
BLUE value IS 249 (97.66% from 255) = 42.49%
R=40.96%
G=16.55%
B=42.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal240972490.040.6100.02296.4592.6867.84
HexF061F943D021285d44
Octal36014137147502450135104
Binary1111000011000011111100110011110101010010100010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F061F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F061F9; }

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

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

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

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

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

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

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

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