#F465FF

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

Shades of Pink Flamingo #F465FF

Tints of Pink Flamingo #F465FF

Color information

#F465FF (or 0xF465FF) is unknown color: approx Pink Flamingo. HEX triplet: F4, 65 and FF. RGB value is (244,101,255). Sum of RGB (Red+Green+Blue) = 244+101+255=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 101 (39.84% from 255 or 16.83% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #F465FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F465FF is #0B9A00. Grayscale: #A0A0A0. Windows color (decimal): -760321 or 16737780. OLE color: 16737780.

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

Color convert

RGB244101255-
CMYK0.040.6000
HSL295.71º100%69.8%-
HSV(B)295.71º60.39%100%-
XYZ60.0135.7698.35-
YUV161.31180.88186.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.67%
GREEN value IS 101 (39.84% from 255) = 16.83%
BLUE value IS 255 (100% from 255) = 42.5%
R=40.67%
G=16.83%
B=42.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2441012550.040.6000295.7110069.8
HexF465FF43C001286446
Octal36414537747400450144106
Binary111101001100101111111111001111000010010100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F465FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F465FF; }

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

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

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

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

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

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

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

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