Html Css Color HEX #F173FF Fuchsia Pink

📋 copy color: '#F173FF'

red 241 ◦ green 115 ◦ blue 255

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

Shades of Fuchsia Pink #F173FF

Tints of Fuchsia Pink #F173FF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 18.82%

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

R = 39.44%
G = 18.82%
B = 41.73%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F173FF (or 0xF173FF) is known color: Fuchsia Pink. HEX triplet: F1, 73 and FF. RGB value is (241,115,255). Sum of RGB (Red+Green+Blue) = 241+115+255=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 115 (45.31% from 255 or 18.82% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #F173FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F173FF is #0E8C00. Grayscale: #A8A8A8. Windows color (decimal): -953345 or 16741361. OLE color: 16741361.

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

Color convert

RGB 241 115 255 -
CMYK 0.05 0.55 0 0
HSL 294º 1% 0.73% -
HSV(B) 294º 0.55% 1% -
XYZ 60.46 38.18 98.79 -
YUV 168.63 176.74 179.62 -
System Red Green Blue C M Y K H S L
Decimal 241 115 255 0.05 0.55 0 0 294 1 0.73
Hex F1 73 FF 5 37 0 0 126 64 49
Octal 361 163 377 5 67 0 0 446 144 111
Binary 11110001 1110011 11111111 101 110111 0 0 100100110 1100100 1001001

Color Harmonies of #F173FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F173FF

Black with #F173FF

Text Example


Text Example

White with #F173FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F173FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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