Html Css Color HEX #F074E8 Violet

📋 copy color: '#F074E8'

red 240 ◦ green 116 ◦ blue 232

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

Shades of Violet #F074E8

Tints of Violet #F074E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.46%

R = 40.82%
G = 19.73%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#F074E8 (or 0xF074E8) is known color: Violet. HEX triplet: F0, 74 and E8. RGB value is (240,116,232). Sum of RGB (Red+Green+Blue) = 240+116+232=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 116 (45.70% from 255 or 19.73% from 588); Blue value is 232 (91.02% from 255 or 39.46% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F074E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F074E8 is #0F8B17. Grayscale: #A5A5A5. Windows color (decimal): -1018648 or 15234288. OLE color: 15234288.

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

Color convert

RGB 240 116 232 -
CMYK 0 0.52 0.03 0.06
HSL 303.87º 0.81% 0.7% -
HSV(B) 303.87º 0.52% 0.94% -
XYZ 56.75 36.84 80.46 -
YUV 166.3 165.08 180.57 -
System Red Green Blue C M Y K H S L
Decimal 240 116 232 0 0.52 0.03 0.06 303.87 0.81 0.7
Hex F0 74 E8 0 34 3 6 130 51 46
Octal 360 164 350 0 64 3 6 460 121 106
Binary 11110000 1110100 11101000 0 110100 11 110 100110000 1010001 1000110

Color Harmonies of #F074E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F074E8

Black with #F074E8

Text Example


Text Example

White with #F074E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F074E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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