#FD69F1

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

Shades of Pink Flamingo #FD69F1

Tints of Pink Flamingo #FD69F1

Color information

#FD69F1 (or 0xFD69F1) is unknown color: approx Pink Flamingo. HEX triplet: FD, 69 and F1. RGB value is (253,105,241). Sum of RGB (Red+Green+Blue) = 253+105+241=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 105 (41.41% from 255 or 17.53% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FD69F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD69F1 is #02960E. Grayscale: #A4A4A4. Windows color (decimal): -169487 or 15821309. OLE color: 15821309.

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

Color convert

RGB253105241-
CMYK00.580.050.01
HSL304.86º97.37%70.2%-
HSV(B)304.86º58.5%99.22%-
XYZ61.4437.3487.19-
YUV164.76171.03190.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.24%
GREEN value IS 105 (41.41% from 255) = 17.53%
BLUE value IS 241 (94.53% from 255) = 40.23%
R=42.24%
G=17.53%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310524100.580.050.01304.8697.3770.2
HexFD69F103A511316146
Octal37515136107251461141106
Binary111111011101001111100010111010101110011000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD69F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD69F1; }

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

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

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

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

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

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

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

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