Html Css Color HEX #F17AF0 Violet

📋 copy color: '#F17AF0'

red 241 ◦ green 122 ◦ blue 240

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

Shades of Violet #F17AF0

Tints of Violet #F17AF0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.23%

 BLUE value IS 240 (94.14% from 255) = 39.8%

R = 39.97%
G = 20.23%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F17AF0 (or 0xF17AF0) is known color: Violet. HEX triplet: F1, 7A and F0. RGB value is (241,122,240). Sum of RGB (Red+Green+Blue) = 241+122+240=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 122 (48.05% from 255 or 20.23% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F17AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17AF0 is #0E850F. Grayscale: #AAAAAA. Windows color (decimal): -951568 or 15760113. OLE color: 15760113.

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

Color convert

RGB 241 122 240 -
CMYK 0 0.49 0.00 0.05
HSL 300.5º 0.81% 0.71% -
HSV(B) 300.5º 0.49% 0.95% -
XYZ 58.96 38.91 86.84 -
YUV 171.03 166.92 177.91 -
System Red Green Blue C M Y K H S L
Decimal 241 122 240 0 0.49 0.00 0.05 300.5 0.81 0.71
Hex F1 7A F0 0 31 0 5 12D 51 47
Octal 361 172 360 0 61 0 5 455 121 107
Binary 11110001 1111010 11110000 0 110001 0 101 100101101 1010001 1000111

Color Harmonies of #F17AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17AF0

Black with #F17AF0

Text Example


Text Example

White with #F17AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17AF0; }

 p { color: rgb(241,122,240); }

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

background-color css

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

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

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

border-color css

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

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

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