#FD45F3

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

Shades of Pink Flamingo #FD45F3

Tints of Pink Flamingo #FD45F3

Color information

#FD45F3 (or 0xFD45F3) is unknown color: approx Pink Flamingo. HEX triplet: FD, 45 and F3. RGB value is (253,69,243). Sum of RGB (Red+Green+Blue) = 253+69+243=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 69 (27.34% from 255 or 12.21% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FD45F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD45F3 is #02BA0C. Grayscale: #8F8F8F. Windows color (decimal): -178701 or 15943165. OLE color: 15943165.

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

Color convert

RGB25369243-
CMYK00.730.040.01
HSL303.26º97.87%63.14%-
HSV(B)303.26º72.73%99.22%-
XYZ58.8131.6187.8-
YUV143.85183.96205.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.78%
GREEN value IS 69 (27.34% from 255) = 12.21%
BLUE value IS 243 (95.31% from 255) = 43.01%
R=44.78%
G=12.21%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536924300.730.040.01303.2697.8763.14
HexFD45F30494112f623f
Octal37510536301114145714277
Binary111111011000101111100110100100110011001011111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD45F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD45F3; }

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

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

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

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

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

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

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

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