#F061FC

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

Shades of Pink Flamingo #F061FC

Tints of Pink Flamingo #F061FC

Color information

#F061FC (or 0xF061FC) is unknown color: approx Pink Flamingo. HEX triplet: F0, 61 and FC. RGB value is (240,97,252). Sum of RGB (Red+Green+Blue) = 240+97+252=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 97 (38.28% from 255 or 16.47% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #F061FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F061FC is #0F9E03. Grayscale: #9C9C9C. Windows color (decimal): -1023492 or 16540144. OLE color: 16540144.

HSL color Cylindrical-coordinate representation of color #F061FC: hue angle of 295.35º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F061FC is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24097252-
CMYK0.050.6200.01
HSL295.35º96.27%68.43%-
HSV(B)295.35º61.51%98.82%-
XYZ57.7834.195.63-
YUV157.43181.38186.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.75%
GREEN value IS 97 (38.28% from 255) = 16.47%
BLUE value IS 252 (98.83% from 255) = 42.78%
R=40.75%
G=16.47%
B=42.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal240972520.050.6200.01295.3596.2768.43
HexF061FC53E011276044
Octal36014137457601447140104
Binary111100001100001111111001011111100110010011111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F061FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F061FC; }

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

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

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

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

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

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

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

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