Html Css Color HEX #F17EF1 Violet

📋 copy color: '#F17EF1'

red 241 ◦ green 126 ◦ blue 241

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

Shades of Violet #F17EF1

Tints of Violet #F17EF1

RGB

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

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

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

R = 39.64%
G = 20.72%
B = 39.64%

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

#F17EF1 (or 0xF17EF1) is known color: Violet. HEX triplet: F1, 7E and F1. RGB value is (241,126,241). Sum of RGB (Red+Green+Blue) = 241+126+241=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 126 (49.61% from 255 or 20.72% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F17EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17EF1 is #0E810E. Grayscale: #ADADAD. Windows color (decimal): -950543 or 15826673. OLE color: 15826673.

HSL color Cylindrical-coordinate representation of color #F17EF1: hue angle of 300º degrees, saturation: 0.8, 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 #F17EF1 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 126 241 -
CMYK 0 0.48 0 0.05
HSL 300º 0.8% 0.72% -
HSV(B) 300º 0.48% 0.95% -
XYZ 59.61 39.97 87.79 -
YUV 173.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 241 126 241 0 0.48 0 0.05 300 0.8 0.72
Hex F1 7E F1 0 30 0 5 12C 50 48
Octal 361 176 361 0 60 0 5 454 120 110
Binary 11110001 1111110 11110001 0 110000 0 101 100101100 1010000 1001000

Color Harmonies of #F17EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17EF1

Black with #F17EF1

Text Example


Text Example

White with #F17EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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