Html Css Color HEX #F594FE Violet

📋 copy color: '#F594FE'

red 245 ◦ green 148 ◦ blue 254

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

Shades of Violet #F594FE

Tints of Violet #F594FE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 22.87%

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

R = 37.87%
G = 22.87%
B = 39.26%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F594FE (or 0xF594FE) is known color: Violet. HEX triplet: F5, 94 and FE. RGB value is (245,148,254). Sum of RGB (Red+Green+Blue) = 245+148+254=647 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.87% from 647); Green value is 148 (58.20% from 255 or 22.87% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #F594FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F594FE is #0A6B01. Grayscale: #BCBCBC. Windows color (decimal): -682754 or 16684277. OLE color: 16684277.

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

Color convert

RGB 245 148 254 -
CMYK 0.04 0.42 0 0.00
HSL 294.91º 0.98% 0.79% -
HSV(B) 294.91º 0.42% 1% -
XYZ 66.14 47.75 99.5 -
YUV 189.09 164.64 167.88 -
System Red Green Blue C M Y K H S L
Decimal 245 148 254 0.04 0.42 0 0.00 294.91 0.98 0.79
Hex F5 94 FE 4 2A 0 0 127 62 4F
Octal 365 224 376 4 52 0 0 447 142 117
Binary 11110101 10010100 11111110 100 101010 0 0 100100111 1100010 1001111

Color Harmonies of #F594FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F594FE

Black with #F594FE

Text Example


Text Example

White with #F594FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F594FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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