#FD66F1

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

Shades of Pink Flamingo #FD66F1

Tints of Pink Flamingo #FD66F1

Color information

#FD66F1 (or 0xFD66F1) is unknown color: approx Pink Flamingo. HEX triplet: FD, 66 and F1. RGB value is (253,102,241). Sum of RGB (Red+Green+Blue) = 253+102+241=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 102 (40.23% from 255 or 17.11% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FD66F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD66F1 is #02990E. Grayscale: #A2A2A2. Windows color (decimal): -170255 or 15820541. OLE color: 15820541.

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

Color convert

RGB253102241-
CMYK00.600.050.01
HSL304.77º97.42%69.61%-
HSV(B)304.77º59.68%99.22%-
XYZ61.1436.7487.09-
YUV162.99172.03192.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.45%
GREEN value IS 102 (40.23% from 255) = 17.11%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=42.45%
G=17.11%
B=40.44%

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
Decimal25310224100.600.050.01304.7797.4269.61
HexFD66F103C511316146
Octal37514636107451461141106
Binary111111011100110111100010111100101110011000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD66F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD66F1; }

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

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

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

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

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

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

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

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