Html Css Color HEX #F076EA Violet

📋 copy color: '#F076EA'

red 240 ◦ green 118 ◦ blue 234

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

Shades of Violet #F076EA

Tints of Violet #F076EA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.93%

 BLUE value IS 234 (91.8% from 255) = 39.53%

R = 40.54%
G = 19.93%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F076EA (or 0xF076EA) is known color: Violet. HEX triplet: F0, 76 and EA. RGB value is (240,118,234). Sum of RGB (Red+Green+Blue) = 240+118+234=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 118 (46.48% from 255 or 19.93% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F076EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F076EA is #0F8915. Grayscale: #A7A7A7. Windows color (decimal): -1018134 or 15365872. OLE color: 15365872.

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

Color convert

RGB 240 118 234 -
CMYK 0 0.51 0.02 0.06
HSL 302.95º 0.8% 0.7% -
HSV(B) 302.95º 0.51% 0.94% -
XYZ 57.26 37.42 82.05 -
YUV 167.7 165.42 179.57 -
System Red Green Blue C M Y K H S L
Decimal 240 118 234 0 0.51 0.02 0.06 302.95 0.8 0.7
Hex F0 76 EA 0 33 2 6 12F 50 46
Octal 360 166 352 0 63 2 6 457 120 106
Binary 11110000 1110110 11101010 0 110011 10 110 100101111 1010000 1000110

Color Harmonies of #F076EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F076EA

Black with #F076EA

Text Example


Text Example

White with #F076EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F076EA; }

 p { color: rgb(240,118,234); }

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

background-color css

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

 a { background-color: rgb(240,118,234); }

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

border-color css

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

 span { border-color: rgb(240,118,234); }

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