Html Css Color HEX #F079F2 Violet

📋 copy color: '#F079F2'

red 240 ◦ green 121 ◦ blue 242

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

Shades of Violet #F079F2

Tints of Violet #F079F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.13%

R = 39.8%
G = 20.07%
B = 40.13%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F079F2 (or 0xF079F2) is known color: Violet. HEX triplet: F0, 79 and F2. RGB value is (240,121,242). Sum of RGB (Red+Green+Blue) = 240+121+242=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 121 (47.66% from 255 or 20.07% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #F079F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F079F2 is #0F860D. Grayscale: #AAAAAA. Windows color (decimal): -1017358 or 15890928. OLE color: 15890928.

HSL color Cylindrical-coordinate representation of color #F079F2: hue angle of 299.01º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F079F2 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 121 242 -
CMYK 0.01 0.50 0 0.05
HSL 299.01º 0.82% 0.71% -
HSV(B) 299.01º 0.5% 0.95% -
XYZ 58.8 38.61 88.36 -
YUV 170.38 168.42 177.66 -
System Red Green Blue C M Y K H S L
Decimal 240 121 242 0.01 0.50 0 0.05 299.01 0.82 0.71
Hex F0 79 F2 1 32 0 5 12B 52 47
Octal 360 171 362 1 62 0 5 453 122 107
Binary 11110000 1111001 11110010 1 110010 0 101 100101011 1010010 1000111

Color Harmonies of #F079F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F079F2

Black with #F079F2

Text Example


Text Example

White with #F079F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F079F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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