#F065FC

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

Shades of Pink Flamingo #F065FC

Tints of Pink Flamingo #F065FC

Color information

#F065FC (or 0xF065FC) is unknown color: approx Pink Flamingo. HEX triplet: F0, 65 and FC. RGB value is (240,101,252). Sum of RGB (Red+Green+Blue) = 240+101+252=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 101 (39.84% from 255 or 17.03% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #F065FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F065FC is #0F9A03. Grayscale: #9F9F9F. Windows color (decimal): -1022468 or 16541168. OLE color: 16541168.

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

Color convert

RGB240101252-
CMYK0.050.6000.01
HSL295.23º96.18%69.22%-
HSV(B)295.23º59.92%98.82%-
XYZ58.1634.8695.76-
YUV159.78180.05185.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.47%
GREEN value IS 101 (39.84% from 255) = 17.03%
BLUE value IS 252 (98.83% from 255) = 42.50%
R=40.47%
G=17.03%
B=42.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401012520.050.6000.01295.2396.1869.22
HexF065FC53C011276045
Octal36014537457401447140105
Binary111100001100101111111001011111000110010011111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F065FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F065FC; }

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

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

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

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

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

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

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

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