Html Css Color HEX #F07EF8 Violet

📋 copy color: '#F07EF8'

red 240 ◦ green 126 ◦ blue 248

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

Shades of Violet #F07EF8

Tints of Violet #F07EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.39%

R = 39.09%
G = 20.52%
B = 40.39%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F07EF8 (or 0xF07EF8) is known color: Violet. HEX triplet: F0, 7E and F8. RGB value is (240,126,248). Sum of RGB (Red+Green+Blue) = 240+126+248=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 126 (49.61% from 255 or 20.52% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #F07EF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07EF8 is #0F8107. Grayscale: #ADADAD. Windows color (decimal): -1016072 or 16285424. OLE color: 16285424.

HSL color Cylindrical-coordinate representation of color #F07EF8: hue angle of 296.07º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07EF8 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 126 248 -
CMYK 0.03 0.49 0 0.03
HSL 296.07º 0.9% 0.73% -
HSV(B) 296.07º 0.49% 0.97% -
XYZ 60.34 40.22 93.39 -
YUV 173.99 169.77 175.08 -
System Red Green Blue C M Y K H S L
Decimal 240 126 248 0.03 0.49 0 0.03 296.07 0.9 0.73
Hex F0 7E F8 3 31 0 3 128 5A 49
Octal 360 176 370 3 61 0 3 450 132 111
Binary 11110000 1111110 11111000 11 110001 0 11 100101000 1011010 1001001

Color Harmonies of #F07EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07EF8

Black with #F07EF8

Text Example


Text Example

White with #F07EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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