Html Css Color HEX #F179FE Fuchsia Pink

📋 copy color: '#F179FE'

red 241 ◦ green 121 ◦ blue 254

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

Shades of Fuchsia Pink #F179FE

Tints of Fuchsia Pink #F179FE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 19.64%

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

R = 39.12%
G = 19.64%
B = 41.23%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F179FE (or 0xF179FE) is known color: Fuchsia Pink. HEX triplet: F1, 79 and FE. RGB value is (241,121,254). Sum of RGB (Red+Green+Blue) = 241+121+254=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 121 (47.66% from 255 or 19.64% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #F179FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F179FE is #0E8601. Grayscale: #ABABAB. Windows color (decimal): -951810 or 16677361. OLE color: 16677361.

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

Color convert

RGB 241 121 254 -
CMYK 0.05 0.52 0 0.00
HSL 294.14º 0.99% 0.74% -
HSV(B) 294.14º 0.52% 1% -
XYZ 61 39.53 98.18 -
YUV 172.04 174.26 177.19 -
System Red Green Blue C M Y K H S L
Decimal 241 121 254 0.05 0.52 0 0.00 294.14 0.99 0.74
Hex F1 79 FE 5 34 0 0 126 63 4A
Octal 361 171 376 5 64 0 0 446 143 112
Binary 11110001 1111001 11111110 101 110100 0 0 100100110 1100011 1001010

Color Harmonies of #F179FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F179FE

Black with #F179FE

Text Example


Text Example

White with #F179FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F179FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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