Html Css Color HEX #F07EEE Violet

📋 copy color: '#F07EEE'

red 240 ◦ green 126 ◦ blue 238

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

Shades of Violet #F07EEE

Tints of Violet #F07EEE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.86%

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

R = 39.74%
G = 20.86%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F07EEE (or 0xF07EEE) is known color: Violet. HEX triplet: F0, 7E and EE. RGB value is (240,126,238). Sum of RGB (Red+Green+Blue) = 240+126+238=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 126 (49.61% from 255 or 20.86% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07EEE is #0F8111. Grayscale: #ACACAC. Windows color (decimal): -1016082 or 15630064. OLE color: 15630064.

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

Color convert

RGB 240 126 238 -
CMYK 0 0.48 0.01 0.06
HSL 301.05º 0.79% 0.72% -
HSV(B) 301.05º 0.48% 0.94% -
XYZ 58.83 39.62 85.44 -
YUV 172.85 164.77 175.89 -
System Red Green Blue C M Y K H S L
Decimal 240 126 238 0 0.48 0.01 0.06 301.05 0.79 0.72
Hex F0 7E EE 0 30 1 6 12D 4F 48
Octal 360 176 356 0 60 1 6 455 117 110
Binary 11110000 1111110 11101110 0 110000 1 110 100101101 1001111 1001000

Color Harmonies of #F07EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07EEE

Black with #F07EEE

Text Example


Text Example

White with #F07EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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