#F88DFD

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

Shades of Violet #F88DFD

Tints of Violet #F88DFD

Color information

#F88DFD (or 0xF88DFD) is unknown color: approx Violet. HEX triplet: F8, 8D and FD. RGB value is (248,141,253). Sum of RGB (Red+Green+Blue) = 248+141+253=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 141 (55.47% from 255 or 21.96% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #F88DFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88DFD is #077202. Grayscale: #B9B9B9. Windows color (decimal): -487939 or 16616952. OLE color: 16616952.

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

Color convert

RGB248141253-
CMYK0.020.4400.01
HSL297.32º96.55%77.25%-
HSV(B)297.32º44.27%99.22%-
XYZ65.9746.198.35-
YUV185.76165.95172.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.63%
GREEN value IS 141 (55.47% from 255) = 21.96%
BLUE value IS 253 (99.22% from 255) = 39.41%
R=38.63%
G=21.96%
B=39.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2481412530.020.4400.01297.3296.5577.25
HexF88DFD22C01129614d
Octal37021537525401451141115
Binary111110001000110111111101101011000110010100111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88DFD; }

 p { color: rgb(248,141,253); }

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

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

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

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

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

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

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