#F253FE

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

Shades of Pink Flamingo #F253FE

Tints of Pink Flamingo #F253FE

Color information

#F253FE (or 0xF253FE) is unknown color: approx Pink Flamingo. HEX triplet: F2, 53 and FE. RGB value is (242,83,254). Sum of RGB (Red+Green+Blue) = 242+83+254=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 83 (32.81% from 255 or 14.34% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #F253FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F253FE is #0DAC01. Grayscale: #959595. Windows color (decimal): -896002 or 16667634. OLE color: 16667634.

HSL color Cylindrical-coordinate representation of color #F253FE: hue angle of 295.79º 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 #F253FE is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB24283254-
CMYK0.050.6700.00
HSL295.79º98.84%66.08%-
HSV(B)295.79º67.32%99.61%-
XYZ57.632.2296.95-
YUV150.04186.68193.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.80%
GREEN value IS 83 (32.81% from 255) = 14.34%
BLUE value IS 254 (99.61% from 255) = 43.87%
R=41.80%
G=14.34%
B=43.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal242832540.050.6700.00295.7998.8466.08
HexF253FE543001286342
Octal362123376510300450143102
Binary1111001010100111111111010110000110010010100011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F253FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F253FE; }

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

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

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

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

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

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

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

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