Html Css Color HEX #F593FA Violet

📋 copy color: '#F593FA'

red 245 ◦ green 147 ◦ blue 250

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

Shades of Violet #F593FA

Tints of Violet #F593FA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 22.9%

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

R = 38.16%
G = 22.9%
B = 38.94%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F593FA (or 0xF593FA) is known color: Violet. HEX triplet: F5, 93 and FA. RGB value is (245,147,250). Sum of RGB (Red+Green+Blue) = 245+147+250=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 147 (57.81% from 255 or 22.90% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #F593FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F593FA is #0A6C05. Grayscale: #BBBBBB. Windows color (decimal): -683014 or 16421877. OLE color: 16421877.

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

Color convert

RGB 245 147 250 -
CMYK 0.02 0.41 0 0.02
HSL 297.09º 0.91% 0.78% -
HSV(B) 297.09º 0.41% 0.98% -
XYZ 65.35 47.18 96.11 -
YUV 188.04 162.97 168.62 -
System Red Green Blue C M Y K H S L
Decimal 245 147 250 0.02 0.41 0 0.02 297.09 0.91 0.78
Hex F5 93 FA 2 29 0 2 129 5B 4E
Octal 365 223 372 2 51 0 2 451 133 116
Binary 11110101 10010011 11111010 10 101001 0 10 100101001 1011011 1001110

Color Harmonies of #F593FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F593FA

Black with #F593FA

Text Example


Text Example

White with #F593FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F593FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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