Html Css Color HEX #F07EE8 Violet

📋 copy color: '#F07EE8'

red 240 ◦ green 126 ◦ blue 232

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

Shades of Violet #F07EE8

Tints of Violet #F07EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.8%

R = 40.13%
G = 21.07%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#F07EE8 (or 0xF07EE8) is known color: Violet. HEX triplet: F0, 7E and E8. RGB value is (240,126,232). Sum of RGB (Red+Green+Blue) = 240+126+232=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 126 (49.61% from 255 or 21.07% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07EE8 is #0F8117. Grayscale: #ABABAB. Windows color (decimal): -1016088 or 15236848. OLE color: 15236848.

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

Color convert

RGB 240 126 232 -
CMYK 0 0.48 0.03 0.06
HSL 304.21º 0.79% 0.72% -
HSV(B) 304.21º 0.48% 0.94% -
XYZ 57.96 39.27 80.87 -
YUV 172.17 161.77 176.38 -
System Red Green Blue C M Y K H S L
Decimal 240 126 232 0 0.48 0.03 0.06 304.21 0.79 0.72
Hex F0 7E E8 0 30 3 6 130 4F 48
Octal 360 176 350 0 60 3 6 460 117 110
Binary 11110000 1111110 11101000 0 110000 11 110 100110000 1001111 1001000

Color Harmonies of #F07EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07EE8

Black with #F07EE8

Text Example


Text Example

White with #F07EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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