Html Css Color HEX #F58AF8 Violet

📋 copy color: '#F58AF8'

red 245 ◦ green 138 ◦ blue 248

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

Shades of Violet #F58AF8

Tints of Violet #F58AF8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 21.87%

 BLUE value IS 248 (97.27% from 255) = 39.3%

R = 38.83%
G = 21.87%
B = 39.3%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F58AF8 (or 0xF58AF8) is known color: Violet. HEX triplet: F5, 8A and F8. RGB value is (245,138,248). Sum of RGB (Red+Green+Blue) = 245+138+248=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 138 (54.30% from 255 or 21.87% from 631); Blue value is 248 (97.27% from 255 or 39.30% from 631); Max value from RGB is 248 - color contains mainly: blue. Hex color #F58AF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58AF8 is #0A7507. Grayscale: #B6B6B6. Windows color (decimal): -685320 or 16288501. OLE color: 16288501.

HSL color Cylindrical-coordinate representation of color #F58AF8: hue angle of 298.36º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58AF8 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 245 138 248 -
CMYK 0.01 0.44 0 0.03
HSL 298.36º 0.89% 0.76% -
HSV(B) 298.36º 0.44% 0.97% -
XYZ 63.69 44.37 94.01 -
YUV 182.53 164.95 172.56 -
System Red Green Blue C M Y K H S L
Decimal 245 138 248 0.01 0.44 0 0.03 298.36 0.89 0.76
Hex F5 8A F8 1 2C 0 3 12A 59 4C
Octal 365 212 370 1 54 0 3 452 131 114
Binary 11110101 10001010 11111000 1 101100 0 11 100101010 1011001 1001100

Color Harmonies of #F58AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58AF8

Black with #F58AF8

Text Example


Text Example

White with #F58AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58AF8; }

 p { color: rgb(245,138,248); }

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

background-color css

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

 a { background-color: rgb(245,138,248); }

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

border-color css

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

 span { border-color: rgb(245,138,248); }

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