Html Css Color HEX #F080F9 Violet

📋 copy color: '#F080F9'

red 240 ◦ green 128 ◦ blue 249

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

Shades of Violet #F080F9

Tints of Violet #F080F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.36%

R = 38.9%
G = 20.75%
B = 40.36%

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

#F080F9 (or 0xF080F9) is known color: Violet. HEX triplet: F0, 80 and F9. RGB value is (240,128,249). Sum of RGB (Red+Green+Blue) = 240+128+249=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 128 (50.39% from 255 or 20.75% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #F080F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F080F9 is #0F7F06. Grayscale: #AEAEAE. Windows color (decimal): -1015559 or 16351472. OLE color: 16351472.

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

Color convert

RGB 240 128 249 -
CMYK 0.04 0.49 0 0.02
HSL 295.54º 0.91% 0.74% -
HSV(B) 295.54º 0.49% 0.98% -
XYZ 60.75 40.8 94.3 -
YUV 175.28 169.61 174.16 -
System Red Green Blue C M Y K H S L
Decimal 240 128 249 0.04 0.49 0 0.02 295.54 0.91 0.74
Hex F0 80 F9 4 31 0 2 128 5B 4A
Octal 360 200 371 4 61 0 2 450 133 112
Binary 11110000 10000000 11111001 100 110001 0 10 100101000 1011011 1001010

Color Harmonies of #F080F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080F9

Black with #F080F9

Text Example


Text Example

White with #F080F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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