Html Css Color HEX #F596FE Violet

📋 copy color: '#F596FE'

red 245 ◦ green 150 ◦ blue 254

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

Shades of Violet #F596FE

Tints of Violet #F596FE

RGB

 RED value IS 245 (96.09% from 255) = 37.75%

 GREEN value IS 150 (58.98% from 255) = 23.11%

 BLUE value IS 254 (99.61% from 255) = 39.14%

R = 37.75%
G = 23.11%
B = 39.14%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F596FE (or 0xF596FE) is known color: Violet. HEX triplet: F5, 96 and FE. RGB value is (245,150,254). Sum of RGB (Red+Green+Blue) = 245+150+254=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 150 (58.98% from 255 or 23.11% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #F596FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F596FE is #0A6901. Grayscale: #BDBDBD. Windows color (decimal): -682242 or 16684789. OLE color: 16684789.

HSL color Cylindrical-coordinate representation of color #F596FE: hue angle of 294.81º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F596FE is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 150 254 -
CMYK 0.04 0.41 0 0.00
HSL 294.81º 0.98% 0.79% -
HSV(B) 294.81º 0.41% 1% -
XYZ 66.45 48.38 99.6 -
YUV 190.26 163.97 167.04 -
System Red Green Blue C M Y K H S L
Decimal 245 150 254 0.04 0.41 0 0.00 294.81 0.98 0.79
Hex F5 96 FE 4 29 0 0 127 62 4F
Octal 365 226 376 4 51 0 0 447 142 117
Binary 11110101 10010110 11111110 100 101001 0 0 100100111 1100010 1001111

Color Harmonies of #F596FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F596FE

Black with #F596FE

Text Example


Text Example

White with #F596FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F596FE; }

 p { color: rgb(245,150,254); }

 H1.HeaderClassName
 {
   color: #F596FE;
 }
 .AnyTagClassName
 {
   color: #F596FE;
 }
</style>

background-color css

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

 a { background-color: rgb(245,150,254); }

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

border-color css

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

 span { border-color: rgb(245,150,254); }

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