Html Css Color HEX #F581FA Violet

📋 copy color: '#F581FA'

red 245 ◦ green 129 ◦ blue 250

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

Shades of Violet #F581FA

Tints of Violet #F581FA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 20.67%

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

R = 39.26%
G = 20.67%
B = 40.06%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F581FA (or 0xF581FA) is known color: Violet. HEX triplet: F5, 81 and FA. RGB value is (245,129,250). Sum of RGB (Red+Green+Blue) = 245+129+250=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 129 (50.78% from 255 or 20.67% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #F581FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F581FA is #0A7E05. Grayscale: #B1B1B1. Windows color (decimal): -687622 or 16417269. OLE color: 16417269.

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

Color convert

RGB 245 129 250 -
CMYK 0.02 0.48 0 0.02
HSL 297.52º 0.92% 0.74% -
HSV(B) 297.52º 0.48% 0.98% -
XYZ 62.76 42.02 95.24 -
YUV 177.48 168.93 176.16 -
System Red Green Blue C M Y K H S L
Decimal 245 129 250 0.02 0.48 0 0.02 297.52 0.92 0.74
Hex F5 81 FA 2 30 0 2 12A 5C 4A
Octal 365 201 372 2 60 0 2 452 134 112
Binary 11110101 10000001 11111010 10 110000 0 10 100101010 1011100 1001010

Color Harmonies of #F581FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F581FA

Black with #F581FA

Text Example


Text Example

White with #F581FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F581FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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