Html Css Color HEX #F084FA Violet

📋 copy color: '#F084FA'

red 240 ◦ green 132 ◦ blue 250

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

Shades of Violet #F084FA

Tints of Violet #F084FA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.22%

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

R = 38.59%
G = 21.22%
B = 40.19%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F084FA (or 0xF084FA) is known color: Violet. HEX triplet: F0, 84 and FA. RGB value is (240,132,250). Sum of RGB (Red+Green+Blue) = 240+132+250=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 132 (51.95% from 255 or 21.22% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #F084FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F084FA is #0F7B05. Grayscale: #B1B1B1. Windows color (decimal): -1014534 or 16418032. OLE color: 16418032.

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

Color convert

RGB 240 132 250 -
CMYK 0.04 0.47 0 0.02
HSL 294.92º 0.92% 0.75% -
HSV(B) 294.92º 0.47% 0.98% -
XYZ 61.44 41.93 95.3 -
YUV 177.74 168.78 172.41 -
System Red Green Blue C M Y K H S L
Decimal 240 132 250 0.04 0.47 0 0.02 294.92 0.92 0.75
Hex F0 84 FA 4 2F 0 2 127 5C 4B
Octal 360 204 372 4 57 0 2 447 134 113
Binary 11110000 10000100 11111010 100 101111 0 10 100100111 1011100 1001011

Color Harmonies of #F084FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F084FA

Black with #F084FA

Text Example


Text Example

White with #F084FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F084FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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