Html Css Color HEX #FE75F8 Fuchsia Pink

📋 copy color: '#FE75F8'

red 254 ◦ green 117 ◦ blue 248

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

Shades of Fuchsia Pink #FE75F8

Tints of Fuchsia Pink #FE75F8

RGB

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

 GREEN value IS 117 (46.09% from 255) = 18.9%

 BLUE value IS 248 (97.27% from 255) = 40.06%

R = 41.03%
G = 18.9%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE75F8 (or 0xFE75F8) is known color: Fuchsia Pink. HEX triplet: FE, 75 and F8. RGB value is (254,117,248). Sum of RGB (Red+Green+Blue) = 254+117+248=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 117 (46.09% from 255 or 18.90% from 619); Blue value is 248 (97.27% from 255 or 40.06% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE75F8 is #018A07. Grayscale: #ACACAC. Windows color (decimal): -100872 or 16283134. OLE color: 16283134.

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

Color convert

RGB 254 117 248 -
CMYK 0 0.54 0.02 0.00
HSL 302.63º 0.99% 0.73% -
HSV(B) 302.63º 0.54% 1% -
XYZ 64.18 40.57 93.26 -
YUV 172.9 170.39 185.85 -
System Red Green Blue C M Y K H S L
Decimal 254 117 248 0 0.54 0.02 0.00 302.63 0.99 0.73
Hex FE 75 F8 0 36 2 0 12F 63 49
Octal 376 165 370 0 66 2 0 457 143 111
Binary 11111110 1110101 11111000 0 110110 10 0 100101111 1100011 1001001

Color Harmonies of #FE75F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE75F8

Black with #FE75F8

Text Example


Text Example

White with #FE75F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE75F8; }

 p { color: rgb(254,117,248); }

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

background-color css

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

 a { background-color: rgb(254,117,248); }

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

border-color css

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

 span { border-color: rgb(254,117,248); }

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