Html Css Color HEX #F17DF5 Violet

📋 copy color: '#F17DF5'

red 241 ◦ green 125 ◦ blue 245

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

Shades of Violet #F17DF5

Tints of Violet #F17DF5

RGB

 RED value IS 241 (94.53% from 255) = 39.44%

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

 BLUE value IS 245 (96.09% from 255) = 40.1%

R = 39.44%
G = 20.46%
B = 40.1%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F17DF5 (or 0xF17DF5) is known color: Violet. HEX triplet: F1, 7D and F5. RGB value is (241,125,245). Sum of RGB (Red+Green+Blue) = 241+125+245=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 125 (49.22% from 255 or 20.46% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #F17DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17DF5 is #0E820A. Grayscale: #ADADAD. Windows color (decimal): -950795 or 16088561. OLE color: 16088561.

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

Color convert

RGB 241 125 245 -
CMYK 0.02 0.49 0 0.04
HSL 298º 0.86% 0.73% -
HSV(B) 298º 0.49% 0.96% -
XYZ 60.09 39.96 90.93 -
YUV 173.36 168.43 176.24 -
System Red Green Blue C M Y K H S L
Decimal 241 125 245 0.02 0.49 0 0.04 298 0.86 0.73
Hex F1 7D F5 2 31 0 4 12A 56 49
Octal 361 175 365 2 61 0 4 452 126 111
Binary 11110001 1111101 11110101 10 110001 0 100 100101010 1010110 1001001

Color Harmonies of #F17DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17DF5

Black with #F17DF5

Text Example


Text Example

White with #F17DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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