#FD88F5

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

Shades of Violet #FD88F5

Tints of Violet #FD88F5

Color information

#FD88F5 (or 0xFD88F5) is unknown color: approx Violet. HEX triplet: FD, 88 and F5. RGB value is (253,136,245). Sum of RGB (Red+Green+Blue) = 253+136+245=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 136 (53.52% from 255 or 21.45% from 634); Blue value is 245 (96.09% from 255 or 38.64% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FD88F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD88F5 is #02770A. Grayscale: #B7B7B7. Windows color (decimal): -161547 or 16091389. OLE color: 16091389.

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

Color convert

RGB253136245-
CMYK00.460.030.01
HSL304.1º96.69%76.27%-
HSV(B)304.1º46.25%99.22%-
XYZ65.7945.0891.62-
YUV183.41162.76177.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.91%
GREEN value IS 136 (53.52% from 255) = 21.45%
BLUE value IS 245 (96.09% from 255) = 38.64%
R=39.91%
G=21.45%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313624500.460.030.01304.196.6976.27
HexFD88F502E31130614c
Octal37521036505631460141114
Binary111111011000100011110101010111011110011000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD88F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD88F5; }

 p { color: rgb(253,136,245); }

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

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

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

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

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

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

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