Html Css Color HEX #F574EB Violet

📋 copy color: '#F574EB'

red 245 ◦ green 116 ◦ blue 235

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

Shades of Violet #F574EB

Tints of Violet #F574EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.43%

R = 41.11%
G = 19.46%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F574EB (or 0xF574EB) is known color: Violet. HEX triplet: F5, 74 and EB. RGB value is (245,116,235). Sum of RGB (Red+Green+Blue) = 245+116+235=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 116 (45.70% from 255 or 19.46% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F574EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F574EB is #0A8B14. Grayscale: #A7A7A7. Windows color (decimal): -690965 or 15430901. OLE color: 15430901.

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

Color convert

RGB 245 116 235 -
CMYK 0 0.53 0.04 0.04
HSL 304.65º 0.87% 0.71% -
HSV(B) 304.65º 0.53% 0.96% -
XYZ 58.9 37.9 82.81 -
YUV 168.14 165.74 182.82 -
System Red Green Blue C M Y K H S L
Decimal 245 116 235 0 0.53 0.04 0.04 304.65 0.87 0.71
Hex F5 74 EB 0 35 4 4 131 57 47
Octal 365 164 353 0 65 4 4 461 127 107
Binary 11110101 1110100 11101011 0 110101 100 100 100110001 1010111 1000111

Color Harmonies of #F574EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F574EB

Black with #F574EB

Text Example


Text Example

White with #F574EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F574EB; }

 p { color: rgb(245,116,235); }

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

background-color css

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

 a { background-color: rgb(245,116,235); }

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

border-color css

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

 span { border-color: rgb(245,116,235); }

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