Html Css Color HEX #F58AFA Violet

📋 copy color: '#F58AFA'

red 245 ◦ green 138 ◦ blue 250

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

Shades of Violet #F58AFA

Tints of Violet #F58AFA

RGB

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

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

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

R = 38.7%
G = 21.8%
B = 39.49%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F58AFA (or 0xF58AFA) is known color: Violet. HEX triplet: F5, 8A and FA. RGB value is (245,138,250). Sum of RGB (Red+Green+Blue) = 245+138+250=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 138 (54.30% from 255 or 21.80% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #F58AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58AFA is #0A7505. Grayscale: #B6B6B6. Windows color (decimal): -685318 or 16419573. OLE color: 16419573.

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

Color convert

RGB 245 138 250 -
CMYK 0.02 0.45 0 0.02
HSL 297.32º 0.92% 0.76% -
HSV(B) 297.32º 0.45% 0.98% -
XYZ 64 44.49 95.66 -
YUV 182.76 165.95 172.39 -
System Red Green Blue C M Y K H S L
Decimal 245 138 250 0.02 0.45 0 0.02 297.32 0.92 0.76
Hex F5 8A FA 2 2D 0 2 129 5C 4C
Octal 365 212 372 2 55 0 2 451 134 114
Binary 11110101 10001010 11111010 10 101101 0 10 100101001 1011100 1001100

Color Harmonies of #F58AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58AFA

Black with #F58AFA

Text Example


Text Example

White with #F58AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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