#F592FD

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

Shades of Violet #F592FD

Tints of Violet #F592FD

Color information

#F592FD (or 0xF592FD) is unknown color: approx Violet. HEX triplet: F5, 92 and FD. RGB value is (245,146,253). Sum of RGB (Red+Green+Blue) = 245+146+253=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 146 (57.42% from 255 or 22.67% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #F592FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F592FD is #0A6D02. Grayscale: #BBBBBB. Windows color (decimal): -683267 or 16618229. OLE color: 16618229.

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

Color convert

RGB245146253-
CMYK0.030.4200.01
HSL295.51º96.4%78.24%-
HSV(B)295.51º42.29%99.22%-
XYZ65.6647.0698.55-
YUV187.8164.8168.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.04%
GREEN value IS 146 (57.42% from 255) = 22.67%
BLUE value IS 253 (99.22% from 255) = 39.29%
R=38.04%
G=22.67%
B=39.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451462530.030.4200.01295.5196.478.24
HexF592FD32A01128604e
Octal36522237535201450140116
Binary111101011001001011111101111010100110010100011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F592FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F592FD; }

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

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

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

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

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

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

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

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