#FD65F5

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

Shades of Pink Flamingo #FD65F5

Tints of Pink Flamingo #FD65F5

Color information

#FD65F5 (or 0xFD65F5) is unknown color: approx Pink Flamingo. HEX triplet: FD, 65 and F5. RGB value is (253,101,245). Sum of RGB (Red+Green+Blue) = 253+101+245=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 101 (39.84% from 255 or 16.86% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD65F5 is #029A0A. Grayscale: #A2A2A2. Windows color (decimal): -170507 or 16082429. OLE color: 16082429.

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

Color convert

RGB253101245-
CMYK00.600.030.01
HSL303.16º97.44%69.41%-
HSV(B)303.16º60.08%99.22%-
XYZ61.6436.7890.24-
YUV162.86174.36192.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.24%
GREEN value IS 101 (39.84% from 255) = 16.86%
BLUE value IS 245 (96.09% from 255) = 40.90%
R=42.24%
G=16.86%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310124500.600.030.01303.1697.4469.41
HexFD65F503C3112f6145
Octal37514536507431457141105
Binary11111101110010111110101011110011110010111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD65F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD65F5; }

 p { color: rgb(253,101,245); }

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

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

 a { background-color: rgb(253,101,245); }

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

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

 span { border-color: rgb(253,101,245); }

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