Html Css Color HEX #F074ED Violet

📋 copy color: '#F074ED'

red 240 ◦ green 116 ◦ blue 237

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

Shades of Violet #F074ED

Tints of Violet #F074ED

RGB

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

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

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

R = 40.47%
G = 19.56%
B = 39.97%

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

#F074ED (or 0xF074ED) is known color: Violet. HEX triplet: F0, 74 and ED. RGB value is (240,116,237). Sum of RGB (Red+Green+Blue) = 240+116+237=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 116 (45.70% from 255 or 19.56% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F074ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F074ED is #0F8B12. Grayscale: #A6A6A6. Windows color (decimal): -1018643 or 15561968. OLE color: 15561968.

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

Color convert

RGB 240 116 237 -
CMYK 0 0.52 0.01 0.06
HSL 301.45º 0.81% 0.7% -
HSV(B) 301.45º 0.52% 0.94% -
XYZ 57.47 37.13 84.26 -
YUV 166.87 167.58 180.16 -
System Red Green Blue C M Y K H S L
Decimal 240 116 237 0 0.52 0.01 0.06 301.45 0.81 0.7
Hex F0 74 ED 0 34 1 6 12D 51 46
Octal 360 164 355 0 64 1 6 455 121 106
Binary 11110000 1110100 11101101 0 110100 1 110 100101101 1010001 1000110

Color Harmonies of #F074ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F074ED

Black with #F074ED

Text Example


Text Example

White with #F074ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F074ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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