Html Css Color HEX #F070EE Violet

📋 copy color: '#F070EE'

red 240 ◦ green 112 ◦ blue 238

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

Shades of Violet #F070EE

Tints of Violet #F070EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.34%

R = 40.68%
G = 18.98%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F070EE (or 0xF070EE) is known color: Violet. HEX triplet: F0, 70 and EE. RGB value is (240,112,238). Sum of RGB (Red+Green+Blue) = 240+112+238=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 112 (44.14% from 255 or 18.98% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F070EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F070EE is #0F8F11. Grayscale: #A4A4A4. Windows color (decimal): -1019666 or 15626480. OLE color: 15626480.

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

Color convert

RGB 240 112 238 -
CMYK 0 0.53 0.01 0.06
HSL 300.94º 0.81% 0.69% -
HSV(B) 300.94º 0.53% 0.94% -
XYZ 57.16 36.29 84.88 -
YUV 164.64 169.41 181.75 -
System Red Green Blue C M Y K H S L
Decimal 240 112 238 0 0.53 0.01 0.06 300.94 0.81 0.69
Hex F0 70 EE 0 35 1 6 12D 51 45
Octal 360 160 356 0 65 1 6 455 121 105
Binary 11110000 1110000 11101110 0 110101 1 110 100101101 1010001 1000101

Color Harmonies of #F070EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070EE

Black with #F070EE

Text Example


Text Example

White with #F070EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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