Html Css Color HEX #F590F0 Violet

📋 copy color: '#F590F0'

red 245 ◦ green 144 ◦ blue 240

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

Shades of Violet #F590F0

Tints of Violet #F590F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.16%

R = 38.95%
G = 22.89%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F590F0 (or 0xF590F0) is known color: Violet. HEX triplet: F5, 90 and F0. RGB value is (245,144,240). Sum of RGB (Red+Green+Blue) = 245+144+240=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 144 (56.64% from 255 or 22.89% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F590F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F590F0 is #0A6F0F. Grayscale: #B8B8B8. Windows color (decimal): -683792 or 15765749. OLE color: 15765749.

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

Color convert

RGB 245 144 240 -
CMYK 0 0.41 0.02 0.04
HSL 302.97º 0.83% 0.76% -
HSV(B) 302.97º 0.41% 0.96% -
XYZ 63.36 45.65 87.91 -
YUV 185.14 158.96 170.69 -
System Red Green Blue C M Y K H S L
Decimal 245 144 240 0 0.41 0.02 0.04 302.97 0.83 0.76
Hex F5 90 F0 0 29 2 4 12F 53 4C
Octal 365 220 360 0 51 2 4 457 123 114
Binary 11110101 10010000 11110000 0 101001 10 100 100101111 1010011 1001100

Color Harmonies of #F590F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F590F0

Black with #F590F0

Text Example


Text Example

White with #F590F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F590F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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