#F264FC

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

Shades of Pink Flamingo #F264FC

Tints of Pink Flamingo #F264FC

Color information

#F264FC (or 0xF264FC) is unknown color: approx Pink Flamingo. HEX triplet: F2, 64 and FC. RGB value is (242,100,252). Sum of RGB (Red+Green+Blue) = 242+100+252=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 100 (39.45% from 255 or 16.84% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #F264FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F264FC is #0D9B03. Grayscale: #9F9F9F. Windows color (decimal): -891652 or 16540914. OLE color: 16540914.

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

Color convert

RGB242100252-
CMYK0.040.6000.01
HSL296.05º96.2%69.02%-
HSV(B)296.05º60.32%98.82%-
XYZ58.7535.0295.76-
YUV159.79180.04186.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.74%
GREEN value IS 100 (39.45% from 255) = 16.84%
BLUE value IS 252 (98.83% from 255) = 42.42%
R=40.74%
G=16.84%
B=42.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421002520.040.6000.01296.0596.269.02
HexF264FC43C011286045
Octal36214437447401450140105
Binary111100101100100111111001001111000110010100011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F264FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F264FC; }

 p { color: rgb(242,100,252); }

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

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

 a { background-color: rgb(242,100,252); }

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

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

 span { border-color: rgb(242,100,252); }

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