Html Css Color HEX #F57EF1 Violet

📋 copy color: '#F57EF1'

red 245 ◦ green 126 ◦ blue 241

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

Shades of Violet #F57EF1

Tints of Violet #F57EF1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.59%

 BLUE value IS 241 (94.53% from 255) = 39.38%

R = 40.03%
G = 20.59%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F57EF1 (or 0xF57EF1) is known color: Violet. HEX triplet: F5, 7E and F1. RGB value is (245,126,241). Sum of RGB (Red+Green+Blue) = 245+126+241=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 126 (49.61% from 255 or 20.59% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F57EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57EF1 is #0A810E. Grayscale: #AEAEAE. Windows color (decimal): -688399 or 15826677. OLE color: 15826677.

HSL color Cylindrical-coordinate representation of color #F57EF1: hue angle of 302.02º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57EF1 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 126 241 -
CMYK 0 0.49 0.02 0.04
HSL 302.02º 0.86% 0.73% -
HSV(B) 302.02º 0.49% 0.96% -
XYZ 60.99 40.69 87.86 -
YUV 174.69 165.42 178.15 -
System Red Green Blue C M Y K H S L
Decimal 245 126 241 0 0.49 0.02 0.04 302.02 0.86 0.73
Hex F5 7E F1 0 31 2 4 12E 56 49
Octal 365 176 361 0 61 2 4 456 126 111
Binary 11110101 1111110 11110001 0 110001 10 100 100101110 1010110 1001001

Color Harmonies of #F57EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57EF1

Black with #F57EF1

Text Example


Text Example

White with #F57EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57EF1; }

 p { color: rgb(245,126,241); }

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

background-color css

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

 a { background-color: rgb(245,126,241); }

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

border-color css

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

 span { border-color: rgb(245,126,241); }

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