Html Css Color HEX #FE73EE Fuchsia Pink

📋 copy color: '#FE73EE'

red 254 ◦ green 115 ◦ blue 238

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

Shades of Fuchsia Pink #FE73EE

Tints of Fuchsia Pink #FE73EE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 18.95%

 BLUE value IS 238 (93.36% from 255) = 39.21%

R = 41.85%
G = 18.95%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE73EE (or 0xFE73EE) is known color: Fuchsia Pink. HEX triplet: FE, 73 and EE. RGB value is (254,115,238). Sum of RGB (Red+Green+Blue) = 254+115+238=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 115 (45.31% from 255 or 18.95% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE73EE is #018C11. Grayscale: #AAAAAA. Windows color (decimal): -101394 or 15627262. OLE color: 15627262.

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

Color convert

RGB 254 115 238 -
CMYK 0 0.55 0.06 0.00
HSL 306.91º 0.99% 0.72% -
HSV(B) 306.91º 0.55% 1% -
XYZ 62.44 39.51 85.22 -
YUV 170.58 166.05 187.5 -
System Red Green Blue C M Y K H S L
Decimal 254 115 238 0 0.55 0.06 0.00 306.91 0.99 0.72
Hex FE 73 EE 0 37 6 0 133 63 48
Octal 376 163 356 0 67 6 0 463 143 110
Binary 11111110 1110011 11101110 0 110111 110 0 100110011 1100011 1001000

Color Harmonies of #FE73EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE73EE

Black with #FE73EE

Text Example


Text Example

White with #FE73EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE73EE; }

 p { color: rgb(254,115,238); }

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

background-color css

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

 a { background-color: rgb(254,115,238); }

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

border-color css

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

 span { border-color: rgb(254,115,238); }

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