Html Css Color HEX #F57DF6 Violet

📋 copy color: '#F57DF6'

red 245 ◦ green 125 ◦ blue 246

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

Shades of Violet #F57DF6

Tints of Violet #F57DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 39.94%

R = 39.77%
G = 20.29%
B = 39.94%

CMYK

 C value IS 0.00

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F57DF6 (or 0xF57DF6) is known color: Violet. HEX triplet: F5, 7D and F6. RGB value is (245,125,246). Sum of RGB (Red+Green+Blue) = 245+125+246=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 125 (49.22% from 255 or 20.29% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #F57DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57DF6 is #0A8209. Grayscale: #AEAEAE. Windows color (decimal): -688650 or 16154101. OLE color: 16154101.

HSL color Cylindrical-coordinate representation of color #F57DF6: hue angle of 299.5º degrees, saturation: 0.87, 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 #F57DF6 is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 125 246 -
CMYK 0.00 0.49 0 0.04
HSL 299.5º 0.87% 0.73% -
HSV(B) 299.5º 0.49% 0.96% -
XYZ 61.62 40.73 91.8 -
YUV 174.67 168.26 178.16 -
System Red Green Blue C M Y K H S L
Decimal 245 125 246 0.00 0.49 0 0.04 299.5 0.87 0.73
Hex F5 7D F6 0 31 0 4 12C 57 49
Octal 365 175 366 0 61 0 4 454 127 111
Binary 11110101 1111101 11110110 0 110001 0 100 100101100 1010111 1001001

Color Harmonies of #F57DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57DF6

Black with #F57DF6

Text Example


Text Example

White with #F57DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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