Html Css Color HEX #F572EE Violet

📋 copy color: '#F572EE'

red 245 ◦ green 114 ◦ blue 238

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

Shades of Violet #F572EE

Tints of Violet #F572EE

RGB

 RED value IS 245 (96.09% from 255) = 41.04%

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

 BLUE value IS 238 (93.36% from 255) = 39.87%

R = 41.04%
G = 19.1%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F572EE (or 0xF572EE) is known color: Violet. HEX triplet: F5, 72 and EE. RGB value is (245,114,238). Sum of RGB (Red+Green+Blue) = 245+114+238=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 114 (44.92% from 255 or 19.10% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F572EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F572EE is #0A8D11. Grayscale: #A6A6A6. Windows color (decimal): -691474 or 15626997. OLE color: 15626997.

HSL color Cylindrical-coordinate representation of color #F572EE: hue angle of 303.21º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F572EE is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 114 238 -
CMYK 0 0.53 0.03 0.04
HSL 303.21º 0.87% 0.7% -
HSV(B) 303.21º 0.53% 0.96% -
XYZ 59.11 37.62 85.04 -
YUV 167.31 167.9 183.42 -
System Red Green Blue C M Y K H S L
Decimal 245 114 238 0 0.53 0.03 0.04 303.21 0.87 0.7
Hex F5 72 EE 0 35 3 4 12F 57 46
Octal 365 162 356 0 65 3 4 457 127 106
Binary 11110101 1110010 11101110 0 110101 11 100 100101111 1010111 1000110

Color Harmonies of #F572EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F572EE

Black with #F572EE

Text Example


Text Example

White with #F572EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F572EE; }

 p { color: rgb(245,114,238); }

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

background-color css

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

 a { background-color: rgb(245,114,238); }

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

border-color css

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

 span { border-color: rgb(245,114,238); }

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