#F455F5

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

Shades of Pink Flamingo #F455F5

Tints of Pink Flamingo #F455F5

Color information

#F455F5 (or 0xF455F5) is unknown color: approx Pink Flamingo. HEX triplet: F4, 55 and F5. RGB value is (244,85,245). Sum of RGB (Red+Green+Blue) = 244+85+245=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 85 (33.59% from 255 or 14.81% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #F455F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F455F5 is #0BAA0A. Grayscale: #969696. Windows color (decimal): -764427 or 16078324. OLE color: 16078324.

HSL color Cylindrical-coordinate representation of color #F455F5: hue angle of 299.62º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F455F5 is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB24485245-
CMYK0.000.6500.04
HSL299.62º88.89%64.71%-
HSV(B)299.62º65.31%96.08%-
XYZ57.0432.3289.62-
YUV150.78181.18194.49-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.51%
GREEN value IS 85 (33.59% from 255) = 14.81%
BLUE value IS 245 (96.09% from 255) = 42.68%
R=42.51%
G=14.81%
B=42.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244852450.000.6500.04299.6288.8964.71
HexF455F50410412c5941
Octal364125365010104454131101
Binary1111010010101011111010101000001010010010110010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F455F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F455F5; }

 p { color: rgb(244,85,245); }

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

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

 a { background-color: rgb(244,85,245); }

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

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

 span { border-color: rgb(244,85,245); }

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