Html Css Color HEX #F592FD Violet

📋 copy color: '#F592FD'

red 245 ◦ green 146 ◦ blue 253

#F592FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #F592FD

Tints of Violet #F592FD

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 value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F592FD (or 0xF592FD) is known color: 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

RGB 245 146 253 -
CMYK 0.03 0.42 0 0.01
HSL 295.51º 0.96% 0.78% -
HSV(B) 295.51º 0.42% 0.99% -
XYZ 65.66 47.06 98.55 -
YUV 187.8 164.8 168.8 -
System Red Green Blue C M Y K H S L
Decimal 245 146 253 0.03 0.42 0 0.01 295.51 0.96 0.78
Hex F5 92 FD 3 2A 0 1 128 60 4E
Octal 365 222 375 3 52 0 1 450 140 116
Binary 11110101 10010010 11111101 11 101010 0 1 100101000 1100000 1001110

Color Harmonies of #F592FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F592FD

Black with #F592FD

Text Example


Text Example

White with #F592FD

Text Example


Text Example

HTML Codes & Css Web 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>