Html Css Color HEX #F070EB Violet

📋 copy color: '#F070EB'

red 240 ◦ green 112 ◦ blue 235

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

Shades of Violet #F070EB

Tints of Violet #F070EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.03%

R = 40.89%
G = 19.08%
B = 40.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F070EB (or 0xF070EB) is known color: Violet. HEX triplet: F0, 70 and EB. RGB value is (240,112,235). Sum of RGB (Red+Green+Blue) = 240+112+235=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 112 (44.14% from 255 or 19.08% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F070EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F070EB is #0F8F14. Grayscale: #A3A3A3. Windows color (decimal): -1019669 or 15429872. OLE color: 15429872.

HSL color Cylindrical-coordinate representation of color #F070EB: hue angle of 302.34º 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 #F070EB is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 112 235 -
CMYK 0 0.53 0.02 0.06
HSL 302.34º 0.81% 0.69% -
HSV(B) 302.34º 0.53% 0.94% -
XYZ 56.72 36.11 82.58 -
YUV 164.29 167.91 182 -
System Red Green Blue C M Y K H S L
Decimal 240 112 235 0 0.53 0.02 0.06 302.34 0.81 0.69
Hex F0 70 EB 0 35 2 6 12E 51 45
Octal 360 160 353 0 65 2 6 456 121 105
Binary 11110000 1110000 11101011 0 110101 10 110 100101110 1010001 1000101

Color Harmonies of #F070EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070EB

Black with #F070EB

Text Example


Text Example

White with #F070EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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