Html Css Color HEX #F17DF1 Violet

📋 copy color: '#F17DF1'

red 241 ◦ green 125 ◦ blue 241

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

Shades of Violet #F17DF1

Tints of Violet #F17DF1

RGB

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

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

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

R = 39.7%
G = 20.59%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F17DF1 (or 0xF17DF1) is known color: Violet. HEX triplet: F1, 7D and F1. RGB value is (241,125,241). Sum of RGB (Red+Green+Blue) = 241+125+241=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 125 (49.22% from 255 or 20.59% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F17DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17DF1 is #0E820E. Grayscale: #ACACAC. Windows color (decimal): -950799 or 15826417. OLE color: 15826417.

HSL color Cylindrical-coordinate representation of color #F17DF1: hue angle of 300º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17DF1 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 125 241 -
CMYK 0 0.48 0 0.05
HSL 300º 0.81% 0.72% -
HSV(B) 300º 0.48% 0.95% -
XYZ 59.49 39.72 87.75 -
YUV 172.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 241 125 241 0 0.48 0 0.05 300 0.81 0.72
Hex F1 7D F1 0 30 0 5 12C 51 48
Octal 361 175 361 0 60 0 5 454 121 110
Binary 11110001 1111101 11110001 0 110000 0 101 100101100 1010001 1001000

Color Harmonies of #F17DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17DF1

Black with #F17DF1

Text Example


Text Example

White with #F17DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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