#F468FF

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

Shades of Pink Flamingo #F468FF

Tints of Pink Flamingo #F468FF

Color information

#F468FF (or 0xF468FF) is unknown color: approx Pink Flamingo. HEX triplet: F4, 68 and FF. RGB value is (244,104,255). Sum of RGB (Red+Green+Blue) = 244+104+255=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 104 (41.02% from 255 or 17.25% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #F468FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F468FF is #0B9700. Grayscale: #A2A2A2. Windows color (decimal): -759553 or 16738548. OLE color: 16738548.

HSL color Cylindrical-coordinate representation of color #F468FF: hue angle of 295.63º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F468FF is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB244104255-
CMYK0.040.5900
HSL295.63º100%70.39%-
HSV(B)295.63º59.22%100%-
XYZ60.3136.3598.45-
YUV163.07179.88185.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.46%
GREEN value IS 104 (41.02% from 255) = 17.25%
BLUE value IS 255 (100% from 255) = 42.29%
R=40.46%
G=17.25%
B=42.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2441042550.040.5900295.6310070.39
HexF468FF43B001286446
Octal36415037747300450144106
Binary111101001101000111111111001110110010010100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F468FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F468FF; }

 p { color: rgb(244,104,255); }

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

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

 a { background-color: rgb(244,104,255); }

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

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

 span { border-color: rgb(244,104,255); }

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