Html Css Color HEX #F080FA Violet

📋 copy color: '#F080FA'

red 240 ◦ green 128 ◦ blue 250

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

Shades of Violet #F080FA

Tints of Violet #F080FA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 20.71%

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

R = 38.83%
G = 20.71%
B = 40.45%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F080FA (or 0xF080FA) is known color: Violet. HEX triplet: F0, 80 and FA. RGB value is (240,128,250). Sum of RGB (Red+Green+Blue) = 240+128+250=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 128 (50.39% from 255 or 20.71% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #F080FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F080FA is #0F7F05. Grayscale: #AFAFAF. Windows color (decimal): -1015558 or 16417008. OLE color: 16417008.

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

Color convert

RGB 240 128 250 -
CMYK 0.04 0.49 0 0.02
HSL 295.08º 0.92% 0.74% -
HSV(B) 295.08º 0.49% 0.98% -
XYZ 60.91 40.87 95.12 -
YUV 175.4 170.11 174.08 -
System Red Green Blue C M Y K H S L
Decimal 240 128 250 0.04 0.49 0 0.02 295.08 0.92 0.74
Hex F0 80 FA 4 31 0 2 127 5C 4A
Octal 360 200 372 4 61 0 2 447 134 112
Binary 11110000 10000000 11111010 100 110001 0 10 100100111 1011100 1001010

Color Harmonies of #F080FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080FA

Black with #F080FA

Text Example


Text Example

White with #F080FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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