Html Css Color HEX #FE75F0 Fuchsia Pink

📋 copy color: '#FE75F0'

red 254 ◦ green 117 ◦ blue 240

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

Shades of Fuchsia Pink #FE75F0

Tints of Fuchsia Pink #FE75F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.28%

R = 41.57%
G = 19.15%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE75F0 (or 0xFE75F0) is known color: Fuchsia Pink. HEX triplet: FE, 75 and F0. RGB value is (254,117,240). Sum of RGB (Red+Green+Blue) = 254+117+240=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 117 (46.09% from 255 or 19.15% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE75F0 is #018A0F. Grayscale: #ABABAB. Windows color (decimal): -100880 or 15758846. OLE color: 15758846.

HSL color Cylindrical-coordinate representation of color #FE75F0: hue angle of 306.13º 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 #FE75F0 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 117 240 -
CMYK 0 0.54 0.06 0.00
HSL 306.13º 0.99% 0.73% -
HSV(B) 306.13º 0.54% 1% -
XYZ 62.96 40.08 86.86 -
YUV 171.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 254 117 240 0 0.54 0.06 0.00 306.13 0.99 0.73
Hex FE 75 F0 0 36 6 0 132 63 49
Octal 376 165 360 0 66 6 0 462 143 111
Binary 11111110 1110101 11110000 0 110110 110 0 100110010 1100011 1001001

Color Harmonies of #FE75F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE75F0

Black with #FE75F0

Text Example


Text Example

White with #FE75F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE75F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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