Html Css Color HEX #F073E5 Violet

📋 copy color: '#F073E5'

red 240 ◦ green 115 ◦ blue 229

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

Shades of Violet #F073E5

Tints of Violet #F073E5

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.69%

 BLUE value IS 229 (89.84% from 255) = 39.21%

R = 41.1%
G = 19.69%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F073E5 (or 0xF073E5) is known color: Violet. HEX triplet: F0, 73 and E5. RGB value is (240,115,229). Sum of RGB (Red+Green+Blue) = 240+115+229=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 115 (45.31% from 255 or 19.69% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F073E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F073E5 is #0F8C1A. Grayscale: #A5A5A5. Windows color (decimal): -1018907 or 15037424. OLE color: 15037424.

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

Color convert

RGB 240 115 229 -
CMYK 0 0.52 0.05 0.06
HSL 305.28º 0.81% 0.7% -
HSV(B) 305.28º 0.52% 0.94% -
XYZ 56.21 36.44 78.2 -
YUV 165.37 163.91 181.23 -
System Red Green Blue C M Y K H S L
Decimal 240 115 229 0 0.52 0.05 0.06 305.28 0.81 0.7
Hex F0 73 E5 0 34 5 6 131 51 46
Octal 360 163 345 0 64 5 6 461 121 106
Binary 11110000 1110011 11100101 0 110100 101 110 100110001 1010001 1000110

Color Harmonies of #F073E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F073E5

Black with #F073E5

Text Example


Text Example

White with #F073E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F073E5; }

 p { color: rgb(240,115,229); }

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

background-color css

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

 a { background-color: rgb(240,115,229); }

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

border-color css

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

 span { border-color: rgb(240,115,229); }

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