Html Css Color HEX #F081FA Violet

📋 copy color: '#F081FA'

red 240 ◦ green 129 ◦ blue 250

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

Shades of Violet #F081FA

Tints of Violet #F081FA

RGB

 RED value IS 240 (94.14% from 255) = 38.77%

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

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

R = 38.77%
G = 20.84%
B = 40.39%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F081FA (or 0xF081FA) is known color: Violet. HEX triplet: F0, 81 and FA. RGB value is (240,129,250). Sum of RGB (Red+Green+Blue) = 240+129+250=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 129 (50.78% from 255 or 20.84% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #F081FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F081FA is #0F7E05. Grayscale: #AFAFAF. Windows color (decimal): -1015302 or 16417264. OLE color: 16417264.

HSL color Cylindrical-coordinate representation of color #F081FA: hue angle of 295.04º 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 #F081FA is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 129 250 -
CMYK 0.04 0.48 0 0.02
HSL 295.04º 0.92% 0.74% -
HSV(B) 295.04º 0.48% 0.98% -
XYZ 61.04 41.13 95.16 -
YUV 175.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 240 129 250 0.04 0.48 0 0.02 295.04 0.92 0.74
Hex F0 81 FA 4 30 0 2 127 5C 4A
Octal 360 201 372 4 60 0 2 447 134 112
Binary 11110000 10000001 11111010 100 110000 0 10 100100111 1011100 1001010

Color Harmonies of #F081FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081FA

Black with #F081FA

Text Example


Text Example

White with #F081FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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