Html Css Color HEX #F17DFA Violet

📋 copy color: '#F17DFA'

red 241 ◦ green 125 ◦ blue 250

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

Shades of Violet #F17DFA

Tints of Violet #F17DFA

RGB

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

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

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

R = 39.12%
G = 20.29%
B = 40.58%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F17DFA (or 0xF17DFA) is known color: Violet. HEX triplet: F1, 7D and FA. RGB value is (241,125,250). Sum of RGB (Red+Green+Blue) = 241+125+250=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 125 (49.22% from 255 or 20.29% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #F17DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17DFA is #0E8205. Grayscale: #ADADAD. Windows color (decimal): -950790 or 16416241. OLE color: 16416241.

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

Color convert

RGB 241 125 250 -
CMYK 0.04 0.50 0 0.02
HSL 295.68º 0.93% 0.74% -
HSV(B) 295.68º 0.5% 0.98% -
XYZ 60.86 40.27 95.01 -
YUV 173.93 170.93 175.84 -
System Red Green Blue C M Y K H S L
Decimal 241 125 250 0.04 0.50 0 0.02 295.68 0.93 0.74
Hex F1 7D FA 4 32 0 2 128 5D 4A
Octal 361 175 372 4 62 0 2 450 135 112
Binary 11110001 1111101 11111010 100 110010 0 10 100101000 1011101 1001010

Color Harmonies of #F17DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17DFA

Black with #F17DFA

Text Example


Text Example

White with #F17DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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