#FD66F0

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

Shades of Pink Flamingo #FD66F0

Tints of Pink Flamingo #FD66F0

Color information

#FD66F0 (or 0xFD66F0) is unknown color: approx Pink Flamingo. HEX triplet: FD, 66 and F0. RGB value is (253,102,240). Sum of RGB (Red+Green+Blue) = 253+102+240=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 102 (40.23% from 255 or 17.14% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FD66F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD66F0 is #02990F. Grayscale: #A2A2A2. Windows color (decimal): -170256 or 15755005. OLE color: 15755005.

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

Color convert

RGB253102240-
CMYK00.600.050.01
HSL305.17º97.42%69.61%-
HSV(B)305.17º59.68%99.22%-
XYZ60.9936.6886.3-
YUV162.88171.53192.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 102 (40.23% from 255) = 17.14%
BLUE value IS 240 (94.14% from 255) = 40.34%
R=42.52%
G=17.14%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310224000.600.050.01305.1797.4269.61
HexFD66F003C511316146
Octal37514636007451461141106
Binary111111011100110111100000111100101110011000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD66F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD66F0; }

 p { color: rgb(253,102,240); }

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

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

 a { background-color: rgb(253,102,240); }

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

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

 span { border-color: rgb(253,102,240); }

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