Html Css Color HEX #F57DF7 Violet

📋 copy color: '#F57DF7'

red 245 ◦ green 125 ◦ blue 247

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

Shades of Violet #F57DF7

Tints of Violet #F57DF7

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.26%

 BLUE value IS 247 (96.88% from 255) = 40.03%

R = 39.71%
G = 20.26%
B = 40.03%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F57DF7 (or 0xF57DF7) is known color: Violet. HEX triplet: F5, 7D and F7. RGB value is (245,125,247). Sum of RGB (Red+Green+Blue) = 245+125+247=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 125 (49.22% from 255 or 20.26% from 617); Blue value is 247 (96.88% from 255 or 40.03% from 617); Max value from RGB is 247 - color contains mainly: blue. Hex color #F57DF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57DF7 is #0A8208. Grayscale: #AEAEAE. Windows color (decimal): -688649 or 16219637. OLE color: 16219637.

HSL color Cylindrical-coordinate representation of color #F57DF7: hue angle of 299.02º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57DF7 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 245 125 247 -
CMYK 0.01 0.49 0 0.03
HSL 299.02º 0.88% 0.73% -
HSV(B) 299.02º 0.49% 0.97% -
XYZ 61.78 40.8 92.61 -
YUV 174.79 168.76 178.08 -
System Red Green Blue C M Y K H S L
Decimal 245 125 247 0.01 0.49 0 0.03 299.02 0.88 0.73
Hex F5 7D F7 1 31 0 3 12B 58 49
Octal 365 175 367 1 61 0 3 453 130 111
Binary 11110101 1111101 11110111 1 110001 0 11 100101011 1011000 1001001

Color Harmonies of #F57DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57DF7

Black with #F57DF7

Text Example


Text Example

White with #F57DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57DF7; }

 p { color: rgb(245,125,247); }

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

background-color css

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

 a { background-color: rgb(245,125,247); }

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

border-color css

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

 span { border-color: rgb(245,125,247); }

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