#FD68F4

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

Shades of Pink Flamingo #FD68F4

Tints of Pink Flamingo #FD68F4

Color information

#FD68F4 (or 0xFD68F4) is unknown color: approx Pink Flamingo. HEX triplet: FD, 68 and F4. RGB value is (253,104,244). Sum of RGB (Red+Green+Blue) = 253+104+244=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 104 (41.02% from 255 or 17.30% from 601); Blue value is 244 (95.70% from 255 or 40.60% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD68F4 is #02970B. Grayscale: #A4A4A4. Windows color (decimal): -169740 or 16017661. OLE color: 16017661.

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

Color convert

RGB253104244-
CMYK00.590.040.01
HSL303.62º97.39%70%-
HSV(B)303.62º58.89%99.22%-
XYZ61.7937.3189.53-
YUV164.51172.86191.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 104 (41.02% from 255) = 17.30%
BLUE value IS 244 (95.70% from 255) = 40.60%
R=42.10%
G=17.30%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310424400.590.040.01303.6297.3970
HexFD68F403B411306146
Octal37515036407341460141106
Binary111111011101000111101000111011100110011000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD68F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD68F4; }

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

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

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

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

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

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

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

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