Html Css Color HEX #F590FA Violet

📋 copy color: '#F590FA'

red 245 ◦ green 144 ◦ blue 250

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

Shades of Violet #F590FA

Tints of Violet #F590FA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 22.54%

 BLUE value IS 250 (98.05% from 255) = 39.12%

R = 38.34%
G = 22.54%
B = 39.12%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F590FA (or 0xF590FA) is known color: Violet. HEX triplet: F5, 90 and FA. RGB value is (245,144,250). Sum of RGB (Red+Green+Blue) = 245+144+250=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 144 (56.64% from 255 or 22.54% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #F590FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F590FA is #0A6F05. Grayscale: #B9B9B9. Windows color (decimal): -683782 or 16421109. OLE color: 16421109.

HSL color Cylindrical-coordinate representation of color #F590FA: hue angle of 297.17º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F590FA is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 144 250 -
CMYK 0.02 0.42 0 0.02
HSL 297.17º 0.91% 0.77% -
HSV(B) 297.17º 0.42% 0.98% -
XYZ 64.88 46.26 95.95 -
YUV 186.28 163.96 169.88 -
System Red Green Blue C M Y K H S L
Decimal 245 144 250 0.02 0.42 0 0.02 297.17 0.91 0.77
Hex F5 90 FA 2 2A 0 2 129 5B 4D
Octal 365 220 372 2 52 0 2 451 133 115
Binary 11110101 10010000 11111010 10 101010 0 10 100101001 1011011 1001101

Color Harmonies of #F590FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F590FA

Black with #F590FA

Text Example


Text Example

White with #F590FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F590FA; }

 p { color: rgb(245,144,250); }

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

background-color css

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

 a { background-color: rgb(245,144,250); }

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

border-color css

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

 span { border-color: rgb(245,144,250); }

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