Html Css Color HEX #F070EF Violet

📋 copy color: '#F070EF'

red 240 ◦ green 112 ◦ blue 239

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

Shades of Violet #F070EF

Tints of Violet #F070EF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 18.95%

 BLUE value IS 239 (93.75% from 255) = 40.44%

R = 40.61%
G = 18.95%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F070EF (or 0xF070EF) is known color: Violet. HEX triplet: F0, 70 and EF. RGB value is (240,112,239). Sum of RGB (Red+Green+Blue) = 240+112+239=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 112 (44.14% from 255 or 18.95% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F070EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F070EF is #0F8F10. Grayscale: #A4A4A4. Windows color (decimal): -1019665 or 15692016. OLE color: 15692016.

HSL color Cylindrical-coordinate representation of color #F070EF: hue angle of 300.47º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F070EF is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 112 239 -
CMYK 0 0.53 0.00 0.06
HSL 300.47º 0.81% 0.69% -
HSV(B) 300.47º 0.53% 0.94% -
XYZ 57.31 36.35 85.66 -
YUV 164.75 169.91 181.67 -
System Red Green Blue C M Y K H S L
Decimal 240 112 239 0 0.53 0.00 0.06 300.47 0.81 0.69
Hex F0 70 EF 0 35 0 6 12C 51 45
Octal 360 160 357 0 65 0 6 454 121 105
Binary 11110000 1110000 11101111 0 110101 0 110 100101100 1010001 1000101

Color Harmonies of #F070EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070EF

Black with #F070EF

Text Example


Text Example

White with #F070EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070EF; }

 p { color: rgb(240,112,239); }

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

background-color css

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

 a { background-color: rgb(240,112,239); }

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

border-color css

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

 span { border-color: rgb(240,112,239); }

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