#FD80F2

Color #FD80F2 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FD80F2

Tints of Pale Magenta #FD80F2

Color information

#FD80F2 (or 0xFD80F2) is unknown color: approx Pale Magenta. HEX triplet: FD, 80 and F2. RGB value is (253,128,242). Sum of RGB (Red+Green+Blue) = 253+128+242=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 128 (50.39% from 255 or 20.55% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD80F2 is #027F0D. Grayscale: #B2B2B2. Windows color (decimal): -163598 or 15892733. OLE color: 15892733.

HSL color Cylindrical-coordinate representation of color #FD80F2: hue angle of 305.28º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FD80F2 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB253128242-
CMYK00.490.040.01
HSL305.28º96.9%74.71%-
HSV(B)305.28º49.41%99.22%-
XYZ64.2542.7388.87-
YUV178.37163.91181.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 128 (50.39% from 255) = 20.55%
BLUE value IS 242 (94.92% from 255) = 38.84%
R=40.61%
G=20.55%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312824200.490.040.01305.2896.974.71
HexFD80F203141131614b
Octal37520036206141461141113
Binary1111110110000000111100100110001100110011000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD80F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD80F2; }

 p { color: rgb(253,128,242); }

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

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

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

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

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

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

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