Html Css Color HEX #F590FE Violet

📋 copy color: '#F590FE'

red 245 ◦ green 144 ◦ blue 254

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

Shades of Violet #F590FE

Tints of Violet #F590FE

RGB

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

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

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

R = 38.1%
G = 22.4%
B = 39.5%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F590FE (or 0xF590FE) is known color: Violet. HEX triplet: F5, 90 and FE. RGB value is (245,144,254). Sum of RGB (Red+Green+Blue) = 245+144+254=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 144 (56.64% from 255 or 22.40% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #F590FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F590FE is #0A6F01. Grayscale: #BABABA. Windows color (decimal): -683778 or 16683253. OLE color: 16683253.

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

Color convert

RGB 245 144 254 -
CMYK 0.04 0.43 0 0.00
HSL 295.09º 0.98% 0.78% -
HSV(B) 295.09º 0.43% 1% -
XYZ 65.52 46.51 99.29 -
YUV 186.74 165.96 169.56 -
System Red Green Blue C M Y K H S L
Decimal 245 144 254 0.04 0.43 0 0.00 295.09 0.98 0.78
Hex F5 90 FE 4 2B 0 0 127 62 4E
Octal 365 220 376 4 53 0 0 447 142 116
Binary 11110101 10010000 11111110 100 101011 0 0 100100111 1100010 1001110

Color Harmonies of #F590FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F590FE

Black with #F590FE

Text Example


Text Example

White with #F590FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F590FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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