Html Css Color HEX #F086FA Violet

📋 copy color: '#F086FA'

red 240 ◦ green 134 ◦ blue 250

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

Shades of Violet #F086FA

Tints of Violet #F086FA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 21.47%

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

R = 38.46%
G = 21.47%
B = 40.06%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F086FA (or 0xF086FA) is known color: Violet. HEX triplet: F0, 86 and FA. RGB value is (240,134,250). Sum of RGB (Red+Green+Blue) = 240+134+250=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 134 (52.73% from 255 or 21.47% 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 #F086FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F086FA is #0F7905. Grayscale: #B2B2B2. Windows color (decimal): -1014022 or 16418544. OLE color: 16418544.

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

Color convert

RGB 240 134 250 -
CMYK 0.04 0.46 0 0.02
HSL 294.83º 0.92% 0.75% -
HSV(B) 294.83º 0.46% 0.98% -
XYZ 61.72 42.48 95.39 -
YUV 178.92 168.12 171.57 -
System Red Green Blue C M Y K H S L
Decimal 240 134 250 0.04 0.46 0 0.02 294.83 0.92 0.75
Hex F0 86 FA 4 2E 0 2 127 5C 4B
Octal 360 206 372 4 56 0 2 447 134 113
Binary 11110000 10000110 11111010 100 101110 0 10 100100111 1011100 1001011

Color Harmonies of #F086FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F086FA

Black with #F086FA

Text Example


Text Example

White with #F086FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F086FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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