Html Css Color HEX #F59BFA Violet

📋 copy color: '#F59BFA'

red 245 ◦ green 155 ◦ blue 250

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

Shades of Violet #F59BFA

Tints of Violet #F59BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 23.85%

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

R = 37.69%
G = 23.85%
B = 38.46%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F59BFA (or 0xF59BFA) is known color: Violet. HEX triplet: F5, 9B and FA. RGB value is (245,155,250). Sum of RGB (Red+Green+Blue) = 245+155+250=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 155 (60.94% from 255 or 23.85% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #F59BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59BFA is #0A6405. Grayscale: #C0C0C0. Windows color (decimal): -680966 or 16423925. OLE color: 16423925.

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

Color convert

RGB 245 155 250 -
CMYK 0.02 0.38 0 0.02
HSL 296.84º 0.9% 0.79% -
HSV(B) 296.84º 0.38% 0.98% -
XYZ 66.63 49.76 96.53 -
YUV 192.74 160.32 165.28 -
System Red Green Blue C M Y K H S L
Decimal 245 155 250 0.02 0.38 0 0.02 296.84 0.9 0.79
Hex F5 9B FA 2 26 0 2 129 5A 4F
Octal 365 233 372 2 46 0 2 451 132 117
Binary 11110101 10011011 11111010 10 100110 0 10 100101001 1011010 1001111

Color Harmonies of #F59BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59BFA

Black with #F59BFA

Text Example


Text Example

White with #F59BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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