Html Css Color HEX #F17FFA Violet

📋 copy color: '#F17FFA'

red 241 ◦ green 127 ◦ blue 250

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

Shades of Violet #F17FFA

Tints of Violet #F17FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.45%

R = 39%
G = 20.55%
B = 40.45%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F17FFA (or 0xF17FFA) is known color: Violet. HEX triplet: F1, 7F and FA. RGB value is (241,127,250). Sum of RGB (Red+Green+Blue) = 241+127+250=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 127 (50% from 255 or 20.55% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #F17FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17FFA is #0E8005. Grayscale: #AEAEAE. Windows color (decimal): -950278 or 16416753. OLE color: 16416753.

HSL color Cylindrical-coordinate representation of color #F17FFA: hue angle of 295.61º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17FFA is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 127 250 -
CMYK 0.04 0.49 0 0.02
HSL 295.61º 0.92% 0.74% -
HSV(B) 295.61º 0.49% 0.98% -
XYZ 61.12 40.78 95.09 -
YUV 175.11 170.27 175 -
System Red Green Blue C M Y K H S L
Decimal 241 127 250 0.04 0.49 0 0.02 295.61 0.92 0.74
Hex F1 7F FA 4 31 0 2 128 5C 4A
Octal 361 177 372 4 61 0 2 450 134 112
Binary 11110001 1111111 11111010 100 110001 0 10 100101000 1011100 1001010

Color Harmonies of #F17FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FFA

Black with #F17FFA

Text Example


Text Example

White with #F17FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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