Html Css Color HEX #F17FFD Violet

📋 copy color: '#F17FFD'

red 241 ◦ green 127 ◦ blue 253

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

Shades of Violet #F17FFD

Tints of Violet #F17FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.74%

R = 38.81%
G = 20.45%
B = 40.74%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F17FFD (or 0xF17FFD) is known color: Violet. HEX triplet: F1, 7F and FD. RGB value is (241,127,253). Sum of RGB (Red+Green+Blue) = 241+127+253=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 127 (50% from 255 or 20.45% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #F17FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17FFD is #0E8002. Grayscale: #AFAFAF. Windows color (decimal): -950275 or 16613361. OLE color: 16613361.

HSL color Cylindrical-coordinate representation of color #F17FFD: hue angle of 294.29º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F17FFD is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 127 253 -
CMYK 0.05 0.50 0 0.01
HSL 294.29º 0.97% 0.75% -
HSV(B) 294.29º 0.5% 0.99% -
XYZ 61.59 40.97 97.59 -
YUV 175.45 171.77 174.75 -
System Red Green Blue C M Y K H S L
Decimal 241 127 253 0.05 0.50 0 0.01 294.29 0.97 0.75
Hex F1 7F FD 5 32 0 1 126 61 4B
Octal 361 177 375 5 62 0 1 446 141 113
Binary 11110001 1111111 11111101 101 110010 0 1 100100110 1100001 1001011

Color Harmonies of #F17FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FFD

Black with #F17FFD

Text Example


Text Example

White with #F17FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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