#FD45FD

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

Shades of Pink Flamingo #FD45FD

Tints of Pink Flamingo #FD45FD

Color information

#FD45FD (or 0xFD45FD) is unknown color: approx Pink Flamingo. HEX triplet: FD, 45 and FD. RGB value is (253,69,253). Sum of RGB (Red+Green+Blue) = 253+69+253=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 69 (27.34% from 255 or 12% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD45FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD45FD is #02BA02. Grayscale: #909090. Windows color (decimal): -178691 or 16598525. OLE color: 16598525.

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

Color convert

RGB25369253-
CMYK00.7300.01
HSL300º97.87%63.14%-
HSV(B)300º72.73%99.22%-
XYZ60.3732.2395.97-
YUV144.99188.96205.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44%
GREEN value IS 69 (27.34% from 255) = 12%
BLUE value IS 253 (99.22% from 255) = 44%
R=44%
G=12%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536925300.7300.0130097.8763.14
HexFD45FD0490112c623f
Octal37510537501110145414277
Binary1111110110001011111110101001001011001011001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD45FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD45FD; }

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

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

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

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

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

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

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

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