Html Css Color HEX #F178FE Fuchsia Pink

📋 copy color: '#F178FE'

red 241 ◦ green 120 ◦ blue 254

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

Shades of Fuchsia Pink #F178FE

Tints of Fuchsia Pink #F178FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.3%

R = 39.19%
G = 19.51%
B = 41.3%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F178FE (or 0xF178FE) is known color: Fuchsia Pink. HEX triplet: F1, 78 and FE. RGB value is (241,120,254). Sum of RGB (Red+Green+Blue) = 241+120+254=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 120 (47.27% from 255 or 19.51% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #F178FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F178FE is #0E8701. Grayscale: #ABABAB. Windows color (decimal): -952066 or 16677105. OLE color: 16677105.

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

Color convert

RGB 241 120 254 -
CMYK 0.05 0.53 0 0.00
HSL 294.18º 0.99% 0.73% -
HSV(B) 294.18º 0.53% 1% -
XYZ 60.88 39.29 98.14 -
YUV 171.46 174.59 177.6 -
System Red Green Blue C M Y K H S L
Decimal 241 120 254 0.05 0.53 0 0.00 294.18 0.99 0.73
Hex F1 78 FE 5 35 0 0 126 63 49
Octal 361 170 376 5 65 0 0 446 143 111
Binary 11110001 1111000 11111110 101 110101 0 0 100100110 1100011 1001001

Color Harmonies of #F178FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F178FE

Black with #F178FE

Text Example


Text Example

White with #F178FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F178FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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