Html Css Color HEX #F07EEF Violet

📋 copy color: '#F07EEF'

red 240 ◦ green 126 ◦ blue 239

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

Shades of Violet #F07EEF

Tints of Violet #F07EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.5%

R = 39.67%
G = 20.83%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F07EEF (or 0xF07EEF) is known color: Violet. HEX triplet: F0, 7E and EF. RGB value is (240,126,239). Sum of RGB (Red+Green+Blue) = 240+126+239=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 126 (49.61% from 255 or 20.83% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07EEF is #0F8110. Grayscale: #ACACAC. Windows color (decimal): -1016081 or 15695600. OLE color: 15695600.

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

Color convert

RGB 240 126 239 -
CMYK 0 0.48 0.00 0.06
HSL 300.53º 0.79% 0.72% -
HSV(B) 300.53º 0.48% 0.94% -
XYZ 58.98 39.68 86.21 -
YUV 172.97 165.27 175.81 -
System Red Green Blue C M Y K H S L
Decimal 240 126 239 0 0.48 0.00 0.06 300.53 0.79 0.72
Hex F0 7E EF 0 30 0 6 12D 4F 48
Octal 360 176 357 0 60 0 6 455 117 110
Binary 11110000 1111110 11101111 0 110000 0 110 100101101 1001111 1001000

Color Harmonies of #F07EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07EEF

Black with #F07EEF

Text Example


Text Example

White with #F07EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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