Html Css Color HEX #F073ED Violet

📋 copy color: '#F073ED'

red 240 ◦ green 115 ◦ blue 237

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

Shades of Violet #F073ED

Tints of Violet #F073ED

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.43%

 BLUE value IS 237 (92.97% from 255) = 40.03%

R = 40.54%
G = 19.43%
B = 40.03%

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

#F073ED (or 0xF073ED) is known color: Violet. HEX triplet: F0, 73 and ED. RGB value is (240,115,237). Sum of RGB (Red+Green+Blue) = 240+115+237=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 115 (45.31% from 255 or 19.43% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F073ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F073ED is #0F8C12. Grayscale: #A5A5A5. Windows color (decimal): -1018899 or 15561712. OLE color: 15561712.

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

Color convert

RGB 240 115 237 -
CMYK 0 0.52 0.01 0.06
HSL 301.44º 0.81% 0.7% -
HSV(B) 301.44º 0.52% 0.94% -
XYZ 57.35 36.9 84.22 -
YUV 166.28 167.91 180.58 -
System Red Green Blue C M Y K H S L
Decimal 240 115 237 0 0.52 0.01 0.06 301.44 0.81 0.7
Hex F0 73 ED 0 34 1 6 12D 51 46
Octal 360 163 355 0 64 1 6 455 121 106
Binary 11110000 1110011 11101101 0 110100 1 110 100101101 1010001 1000110

Color Harmonies of #F073ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F073ED

Black with #F073ED

Text Example


Text Example

White with #F073ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F073ED; }

 p { color: rgb(240,115,237); }

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

background-color css

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

 a { background-color: rgb(240,115,237); }

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

border-color css

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

 span { border-color: rgb(240,115,237); }

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