Html Css Color HEX #F173FA Fuchsia Pink

📋 copy color: '#F173FA'

red 241 ◦ green 115 ◦ blue 250

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

Shades of Fuchsia Pink #F173FA

Tints of Fuchsia Pink #F173FA

RGB

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

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

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

R = 39.77%
G = 18.98%
B = 41.25%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F173FA (or 0xF173FA) is known color: Fuchsia Pink. HEX triplet: F1, 73 and FA. RGB value is (241,115,250). Sum of RGB (Red+Green+Blue) = 241+115+250=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 115 (45.31% from 255 or 18.98% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #F173FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F173FA is #0E8C05. Grayscale: #A7A7A7. Windows color (decimal): -953350 or 16413681. OLE color: 16413681.

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

Color convert

RGB 241 115 250 -
CMYK 0.04 0.54 0 0.02
HSL 296º 0.93% 0.72% -
HSV(B) 296º 0.54% 0.98% -
XYZ 59.66 37.86 94.61 -
YUV 168.06 174.24 180.02 -
System Red Green Blue C M Y K H S L
Decimal 241 115 250 0.04 0.54 0 0.02 296 0.93 0.72
Hex F1 73 FA 4 36 0 2 128 5D 48
Octal 361 163 372 4 66 0 2 450 135 110
Binary 11110001 1110011 11111010 100 110110 0 10 100101000 1011101 1001000

Color Harmonies of #F173FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F173FA

Black with #F173FA

Text Example


Text Example

White with #F173FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F173FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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