Html Css Color HEX #F17CFE Fuchsia Pink

📋 copy color: '#F17CFE'

red 241 ◦ green 124 ◦ blue 254

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

Shades of Fuchsia Pink #F17CFE

Tints of Fuchsia Pink #F17CFE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.03%

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

R = 38.93%
G = 20.03%
B = 41.03%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F17CFE (or 0xF17CFE) is known color: Fuchsia Pink. HEX triplet: F1, 7C and FE. RGB value is (241,124,254). Sum of RGB (Red+Green+Blue) = 241+124+254=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 124 (48.83% from 255 or 20.03% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #F17CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17CFE is #0E8301. Grayscale: #ADADAD. Windows color (decimal): -951042 or 16678129. OLE color: 16678129.

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

Color convert

RGB 241 124 254 -
CMYK 0.05 0.51 0 0.00
HSL 294º 0.98% 0.74% -
HSV(B) 294º 0.51% 1% -
XYZ 61.37 40.27 98.3 -
YUV 173.8 173.26 175.93 -
System Red Green Blue C M Y K H S L
Decimal 241 124 254 0.05 0.51 0 0.00 294 0.98 0.74
Hex F1 7C FE 5 33 0 0 126 62 4A
Octal 361 174 376 5 63 0 0 446 142 112
Binary 11110001 1111100 11111110 101 110011 0 0 100100110 1100010 1001010

Color Harmonies of #F17CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17CFE

Black with #F17CFE

Text Example


Text Example

White with #F17CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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