#FD42F7

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

Shades of Pink Flamingo #FD42F7

Tints of Pink Flamingo #FD42F7

Color information

#FD42F7 (or 0xFD42F7) is unknown color: approx Pink Flamingo. HEX triplet: FD, 42 and F7. RGB value is (253,66,247). Sum of RGB (Red+Green+Blue) = 253+66+247=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 66 (26.17% from 255 or 11.66% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD42F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD42F7 is #02BD08. Grayscale: #8E8E8E. Windows color (decimal): -179465 or 16204541. OLE color: 16204541.

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

Color convert

RGB25366247-
CMYK00.740.020.01
HSL301.93º97.91%62.55%-
HSV(B)301.93º73.91%99.22%-
XYZ59.2431.4990.95-
YUV142.55186.95206.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.70%
GREEN value IS 66 (26.17% from 255) = 11.66%
BLUE value IS 247 (96.88% from 255) = 43.64%
R=44.70%
G=11.66%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536624700.740.020.01301.9397.9162.55
HexFD42F704A2112e623f
Octal37510236701122145614277
Binary11111101100001011110111010010101011001011101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD42F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD42F7; }

 p { color: rgb(253,66,247); }

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

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

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

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

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

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

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