Html Css Color HEX #F079FA Violet

📋 copy color: '#F079FA'

red 240 ◦ green 121 ◦ blue 250

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

Shades of Violet #F079FA

Tints of Violet #F079FA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 19.8%

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

R = 39.28%
G = 19.8%
B = 40.92%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F079FA (or 0xF079FA) is known color: Violet. HEX triplet: F0, 79 and FA. RGB value is (240,121,250). Sum of RGB (Red+Green+Blue) = 240+121+250=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 121 (47.66% from 255 or 19.80% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #F079FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F079FA is #0F8605. Grayscale: #AAAAAA. Windows color (decimal): -1017350 or 16415216. OLE color: 16415216.

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

Color convert

RGB 240 121 250 -
CMYK 0.04 0.52 0 0.02
HSL 295.35º 0.93% 0.73% -
HSV(B) 295.35º 0.52% 0.98% -
XYZ 60.03 39.1 94.83 -
YUV 171.29 172.42 177.01 -
System Red Green Blue C M Y K H S L
Decimal 240 121 250 0.04 0.52 0 0.02 295.35 0.93 0.73
Hex F0 79 FA 4 34 0 2 127 5D 49
Octal 360 171 372 4 64 0 2 447 135 111
Binary 11110000 1111001 11111010 100 110100 0 10 100100111 1011101 1001001

Color Harmonies of #F079FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F079FA

Black with #F079FA

Text Example


Text Example

White with #F079FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F079FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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