Html Css Color HEX #F17FF0 Violet

📋 copy color: '#F17FF0'

red 241 ◦ green 127 ◦ blue 240

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

Shades of Violet #F17FF0

Tints of Violet #F17FF0

RGB

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

 GREEN value IS 127 (50% from 255) = 20.89%

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

R = 39.64%
G = 20.89%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F17FF0 (or 0xF17FF0) is known color: Violet. HEX triplet: F1, 7F and F0. RGB value is (241,127,240). Sum of RGB (Red+Green+Blue) = 241+127+240=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 127 (50% from 255 or 20.89% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17FF0 is #0E800F. Grayscale: #ADADAD. Windows color (decimal): -950288 or 15761393. OLE color: 15761393.

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

Color convert

RGB 241 127 240 -
CMYK 0 0.47 0.00 0.05
HSL 300.53º 0.8% 0.72% -
HSV(B) 300.53º 0.47% 0.95% -
XYZ 59.59 40.17 87.05 -
YUV 173.97 165.27 175.81 -
System Red Green Blue C M Y K H S L
Decimal 241 127 240 0 0.47 0.00 0.05 300.53 0.8 0.72
Hex F1 7F F0 0 2F 0 5 12D 50 48
Octal 361 177 360 0 57 0 5 455 120 110
Binary 11110001 1111111 11110000 0 101111 0 101 100101101 1010000 1001000

Color Harmonies of #F17FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FF0

Black with #F17FF0

Text Example


Text Example

White with #F17FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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