Html Css Color HEX #F17DFF Fuchsia Pink

📋 copy color: '#F17DFF'

red 241 ◦ green 125 ◦ blue 255

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

Shades of Fuchsia Pink #F17DFF

Tints of Fuchsia Pink #F17DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.06%

R = 38.81%
G = 20.13%
B = 41.06%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F17DFF (or 0xF17DFF) is known color: Fuchsia Pink. HEX triplet: F1, 7D and FF. RGB value is (241,125,255). Sum of RGB (Red+Green+Blue) = 241+125+255=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 125 (49.22% from 255 or 20.13% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #F17DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17DFF is #0E8200. Grayscale: #AEAEAE. Windows color (decimal): -950785 or 16743921. OLE color: 16743921.

HSL color Cylindrical-coordinate representation of color #F17DFF: hue angle of 293.54º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F17DFF is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 241 125 255 -
CMYK 0.05 0.51 0 0
HSL 293.54º 1% 0.75% -
HSV(B) 293.54º 0.51% 1% -
XYZ 61.66 40.59 99.19 -
YUV 174.5 173.43 175.43 -
System Red Green Blue C M Y K H S L
Decimal 241 125 255 0.05 0.51 0 0 293.54 1 0.75
Hex F1 7D FF 5 33 0 0 126 64 4B
Octal 361 175 377 5 63 0 0 446 144 113
Binary 11110001 1111101 11111111 101 110011 0 0 100100110 1100100 1001011

Color Harmonies of #F17DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17DFF

Black with #F17DFF

Text Example


Text Example

White with #F17DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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