Html Css Color HEX #F077ED Violet

📋 copy color: '#F077ED'

red 240 ◦ green 119 ◦ blue 237

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

Shades of Violet #F077ED

Tints of Violet #F077ED

RGB

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

 GREEN value IS 119 (46.88% from 255) = 19.97%

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

R = 40.27%
G = 19.97%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F077ED (or 0xF077ED) is known color: Violet. HEX triplet: F0, 77 and ED. RGB value is (240,119,237). Sum of RGB (Red+Green+Blue) = 240+119+237=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 119 (46.88% from 255 or 19.97% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F077ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F077ED is #0F8812. Grayscale: #A8A8A8. Windows color (decimal): -1017875 or 15562736. OLE color: 15562736.

HSL color Cylindrical-coordinate representation of color #F077ED: hue angle of 301.49º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F077ED is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 119 237 -
CMYK 0 0.50 0.01 0.06
HSL 301.49º 0.8% 0.7% -
HSV(B) 301.49º 0.5% 0.94% -
XYZ 57.82 37.83 84.38 -
YUV 168.63 166.59 178.91 -
System Red Green Blue C M Y K H S L
Decimal 240 119 237 0 0.50 0.01 0.06 301.49 0.8 0.7
Hex F0 77 ED 0 32 1 6 12D 50 46
Octal 360 167 355 0 62 1 6 455 120 106
Binary 11110000 1110111 11101101 0 110010 1 110 100101101 1010000 1000110

Color Harmonies of #F077ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F077ED

Black with #F077ED

Text Example


Text Example

White with #F077ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F077ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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