Html Css Color HEX #F17CFF Fuchsia Pink

📋 copy color: '#F17CFF'

red 241 ◦ green 124 ◦ blue 255

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

Shades of Fuchsia Pink #F17CFF

Tints of Fuchsia Pink #F17CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20%

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

R = 38.87%
G = 20%
B = 41.13%

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

#F17CFF (or 0xF17CFF) is known color: Fuchsia Pink. HEX triplet: F1, 7C and FF. RGB value is (241,124,255). Sum of RGB (Red+Green+Blue) = 241+124+255=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 124 (48.83% from 255 or 20% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #F17CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17CFF is #0E8300. Grayscale: #ADADAD. Windows color (decimal): -951041 or 16743665. OLE color: 16743665.

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

Color convert

RGB 241 124 255 -
CMYK 0.05 0.51 0 0
HSL 293.59º 1% 0.74% -
HSV(B) 293.59º 0.51% 1% -
XYZ 61.53 40.34 99.15 -
YUV 173.92 173.76 175.85 -
System Red Green Blue C M Y K H S L
Decimal 241 124 255 0.05 0.51 0 0 293.59 1 0.74
Hex F1 7C FF 5 33 0 0 126 64 4A
Octal 361 174 377 5 63 0 0 446 144 112
Binary 11110001 1111100 11111111 101 110011 0 0 100100110 1100100 1001010

Color Harmonies of #F17CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17CFF

Black with #F17CFF

Text Example


Text Example

White with #F17CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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