Html Css Color HEX #F074EE Violet

📋 copy color: '#F074EE'

red 240 ◦ green 116 ◦ blue 238

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

Shades of Violet #F074EE

Tints of Violet #F074EE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.53%

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

R = 40.4%
G = 19.53%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F074EE (or 0xF074EE) is known color: Violet. HEX triplet: F0, 74 and EE. RGB value is (240,116,238). Sum of RGB (Red+Green+Blue) = 240+116+238=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 116 (45.70% from 255 or 19.53% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F074EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F074EE is #0F8B11. Grayscale: #A6A6A6. Windows color (decimal): -1018642 or 15627504. OLE color: 15627504.

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

Color convert

RGB 240 116 238 -
CMYK 0 0.52 0.01 0.06
HSL 300.97º 0.81% 0.7% -
HSV(B) 300.97º 0.52% 0.94% -
XYZ 57.61 37.19 85.03 -
YUV 166.98 168.08 180.08 -
System Red Green Blue C M Y K H S L
Decimal 240 116 238 0 0.52 0.01 0.06 300.97 0.81 0.7
Hex F0 74 EE 0 34 1 6 12D 51 46
Octal 360 164 356 0 64 1 6 455 121 106
Binary 11110000 1110100 11101110 0 110100 1 110 100101101 1010001 1000110

Color Harmonies of #F074EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F074EE

Black with #F074EE

Text Example


Text Example

White with #F074EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F074EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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