Html Css Color HEX #F072EF Violet

📋 copy color: '#F072EF'

red 240 ◦ green 114 ◦ blue 239

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

Shades of Violet #F072EF

Tints of Violet #F072EF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.22%

 BLUE value IS 239 (93.75% from 255) = 40.3%

R = 40.47%
G = 19.22%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F072EF (or 0xF072EF) is known color: Violet. HEX triplet: F0, 72 and EF. RGB value is (240,114,239). Sum of RGB (Red+Green+Blue) = 240+114+239=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 114 (44.92% from 255 or 19.22% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F072EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F072EF is #0F8D10. Grayscale: #A5A5A5. Windows color (decimal): -1019153 or 15692528. OLE color: 15692528.

HSL color Cylindrical-coordinate representation of color #F072EF: hue angle of 300.48º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F072EF is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 114 239 -
CMYK 0 0.52 0.00 0.06
HSL 300.48º 0.81% 0.69% -
HSV(B) 300.48º 0.53% 0.94% -
XYZ 57.53 36.79 85.73 -
YUV 165.92 169.24 180.84 -
System Red Green Blue C M Y K H S L
Decimal 240 114 239 0 0.52 0.00 0.06 300.48 0.81 0.69
Hex F0 72 EF 0 34 0 6 12C 51 45
Octal 360 162 357 0 64 0 6 454 121 105
Binary 11110000 1110010 11101111 0 110100 0 110 100101100 1010001 1000101

Color Harmonies of #F072EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F072EF

Black with #F072EF

Text Example


Text Example

White with #F072EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F072EF; }

 p { color: rgb(240,114,239); }

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

background-color css

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

 a { background-color: rgb(240,114,239); }

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

border-color css

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

 span { border-color: rgb(240,114,239); }

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