Html Css Color HEX #F074EB Violet

📋 copy color: '#F074EB'

red 240 ◦ green 116 ◦ blue 235

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

Shades of Violet #F074EB

Tints of Violet #F074EB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.63%

 BLUE value IS 235 (92.19% from 255) = 39.76%

R = 40.61%
G = 19.63%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F074EB (or 0xF074EB) is known color: Violet. HEX triplet: F0, 74 and EB. RGB value is (240,116,235). Sum of RGB (Red+Green+Blue) = 240+116+235=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 116 (45.70% from 255 or 19.63% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F074EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F074EB is #0F8B14. Grayscale: #A6A6A6. Windows color (decimal): -1018645 or 15430896. OLE color: 15430896.

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

Color convert

RGB 240 116 235 -
CMYK 0 0.52 0.02 0.06
HSL 302.42º 0.81% 0.7% -
HSV(B) 302.42º 0.52% 0.94% -
XYZ 57.18 37.01 82.73 -
YUV 166.64 166.58 180.32 -
System Red Green Blue C M Y K H S L
Decimal 240 116 235 0 0.52 0.02 0.06 302.42 0.81 0.7
Hex F0 74 EB 0 34 2 6 12E 51 46
Octal 360 164 353 0 64 2 6 456 121 106
Binary 11110000 1110100 11101011 0 110100 10 110 100101110 1010001 1000110

Color Harmonies of #F074EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F074EB

Black with #F074EB

Text Example


Text Example

White with #F074EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F074EB; }

 p { color: rgb(240,116,235); }

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

background-color css

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

 a { background-color: rgb(240,116,235); }

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

border-color css

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

 span { border-color: rgb(240,116,235); }

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