Html Css Color HEX #F17EFE Fuchsia Pink

📋 copy color: '#F17EFE'

red 241 ◦ green 126 ◦ blue 254

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

Shades of Fuchsia Pink #F17EFE

Tints of Fuchsia Pink #F17EFE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.29%

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

R = 38.81%
G = 20.29%
B = 40.9%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F17EFE (or 0xF17EFE) is known color: Fuchsia Pink. HEX triplet: F1, 7E and FE. RGB value is (241,126,254). Sum of RGB (Red+Green+Blue) = 241+126+254=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 126 (49.61% from 255 or 20.29% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #F17EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17EFE is #0E8101. Grayscale: #AEAEAE. Windows color (decimal): -950530 or 16678641. OLE color: 16678641.

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

Color convert

RGB 241 126 254 -
CMYK 0.05 0.50 0 0.00
HSL 293.91º 0.98% 0.75% -
HSV(B) 293.91º 0.5% 1% -
XYZ 61.63 40.78 98.39 -
YUV 174.98 172.6 175.09 -
System Red Green Blue C M Y K H S L
Decimal 241 126 254 0.05 0.50 0 0.00 293.91 0.98 0.75
Hex F1 7E FE 5 32 0 0 126 62 4B
Octal 361 176 376 5 62 0 0 446 142 113
Binary 11110001 1111110 11111110 101 110010 0 0 100100110 1100010 1001011

Color Harmonies of #F17EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17EFE

Black with #F17EFE

Text Example


Text Example

White with #F17EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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