#F053FE

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

Shades of Pink Flamingo #F053FE

Tints of Pink Flamingo #F053FE

Color information

#F053FE (or 0xF053FE) is unknown color: approx Pink Flamingo. HEX triplet: F0, 53 and FE. RGB value is (240,83,254). Sum of RGB (Red+Green+Blue) = 240+83+254=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 83 (32.81% from 255 or 14.38% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #F053FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F053FE is #0FAC01. Grayscale: #949494. Windows color (decimal): -1027074 or 16667632. OLE color: 16667632.

HSL color Cylindrical-coordinate representation of color #F053FE: hue angle of 295.09º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F053FE is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB24083254-
CMYK0.060.6700.00
HSL295.09º98.84%66.08%-
HSV(B)295.09º67.32%99.61%-
XYZ56.9231.8796.92-
YUV149.44187.01192.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.59%
GREEN value IS 83 (32.81% from 255) = 14.38%
BLUE value IS 254 (99.61% from 255) = 44.02%
R=41.59%
G=14.38%
B=44.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal240832540.060.6700.00295.0998.8466.08
HexF053FE643001276342
Octal360123376610300447143102
Binary1111000010100111111111011010000110010010011111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F053FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F053FE; }

 p { color: rgb(240,83,254); }

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

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

 a { background-color: rgb(240,83,254); }

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

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

 span { border-color: rgb(240,83,254); }

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