Html Css Color HEX #F178FA Fuchsia Pink

📋 copy color: '#F178FA'

red 241 ◦ green 120 ◦ blue 250

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

Shades of Fuchsia Pink #F178FA

Tints of Fuchsia Pink #F178FA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 19.64%

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

R = 39.44%
G = 19.64%
B = 40.92%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F178FA (or 0xF178FA) is known color: Fuchsia Pink. HEX triplet: F1, 78 and FA. RGB value is (241,120,250). Sum of RGB (Red+Green+Blue) = 241+120+250=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 120 (47.27% from 255 or 19.64% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #F178FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F178FA is #0E8705. Grayscale: #AAAAAA. Windows color (decimal): -952070 or 16414961. OLE color: 16414961.

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

Color convert

RGB 241 120 250 -
CMYK 0.04 0.52 0 0.02
HSL 295.85º 0.93% 0.73% -
HSV(B) 295.85º 0.52% 0.98% -
XYZ 60.25 39.04 94.8 -
YUV 171 172.59 177.93 -
System Red Green Blue C M Y K H S L
Decimal 241 120 250 0.04 0.52 0 0.02 295.85 0.93 0.73
Hex F1 78 FA 4 34 0 2 128 5D 49
Octal 361 170 372 4 64 0 2 450 135 111
Binary 11110001 1111000 11111010 100 110100 0 10 100101000 1011101 1001001

Color Harmonies of #F178FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F178FA

Black with #F178FA

Text Example


Text Example

White with #F178FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F178FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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