Html Css Color HEX #F596EE Violet

📋 copy color: '#F596EE'

red 245 ◦ green 150 ◦ blue 238

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

Shades of Violet #F596EE

Tints of Violet #F596EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.6%

R = 38.7%
G = 23.7%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F596EE (or 0xF596EE) is known color: Violet. HEX triplet: F5, 96 and EE. RGB value is (245,150,238). Sum of RGB (Red+Green+Blue) = 245+150+238=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 150 (58.98% from 255 or 23.70% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F596EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F596EE is #0A6911. Grayscale: #BCBCBC. Windows color (decimal): -682258 or 15636213. OLE color: 15636213.

HSL color Cylindrical-coordinate representation of color #F596EE: hue angle of 304.42º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F596EE is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 150 238 -
CMYK 0 0.39 0.03 0.04
HSL 304.42º 0.83% 0.77% -
HSV(B) 304.42º 0.39% 0.96% -
XYZ 64 47.4 86.66 -
YUV 188.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 245 150 238 0 0.39 0.03 0.04 304.42 0.83 0.77
Hex F5 96 EE 0 27 3 4 130 53 4D
Octal 365 226 356 0 47 3 4 460 123 115
Binary 11110101 10010110 11101110 0 100111 11 100 100110000 1010011 1001101

Color Harmonies of #F596EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F596EE

Black with #F596EE

Text Example


Text Example

White with #F596EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F596EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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