#FD45F1

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

Shades of Pink Flamingo #FD45F1

Tints of Pink Flamingo #FD45F1

Color information

#FD45F1 (or 0xFD45F1) is unknown color: approx Pink Flamingo. HEX triplet: FD, 45 and F1. RGB value is (253,69,241). Sum of RGB (Red+Green+Blue) = 253+69+241=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 69 (27.34% from 255 or 12.26% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FD45F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD45F1 is #02BA0E. Grayscale: #8F8F8F. Windows color (decimal): -178703 or 15812093. OLE color: 15812093.

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

Color convert

RGB25369241-
CMYK00.730.050.01
HSL303.91º97.87%63.14%-
HSV(B)303.91º72.73%99.22%-
XYZ58.5131.4986.21-
YUV143.62182.96206.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 69 (27.34% from 255) = 12.26%
BLUE value IS 241 (94.53% from 255) = 42.81%
R=44.94%
G=12.26%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536924100.730.050.01303.9197.8763.14
HexFD45F104951130623f
Octal37510536101115146014277
Binary111111011000101111100010100100110111001100001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD45F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD45F1; }

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

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

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

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

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

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

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

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