Html Css Color HEX #FE73F7 Fuchsia Pink

📋 copy color: '#FE73F7'

red 254 ◦ green 115 ◦ blue 247

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

Shades of Fuchsia Pink #FE73F7

Tints of Fuchsia Pink #FE73F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.1%

R = 41.23%
G = 18.67%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE73F7 (or 0xFE73F7) is known color: Fuchsia Pink. HEX triplet: FE, 73 and F7. RGB value is (254,115,247). Sum of RGB (Red+Green+Blue) = 254+115+247=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 115 (45.31% from 255 or 18.67% from 616); Blue value is 247 (96.88% from 255 or 40.10% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE73F7 is #018C08. Grayscale: #ABABAB. Windows color (decimal): -101385 or 16217086. OLE color: 16217086.

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

Color convert

RGB 254 115 247 -
CMYK 0 0.55 0.03 0.00
HSL 303.02º 0.99% 0.72% -
HSV(B) 303.02º 0.55% 1% -
XYZ 63.79 40.05 92.36 -
YUV 171.61 170.55 186.77 -
System Red Green Blue C M Y K H S L
Decimal 254 115 247 0 0.55 0.03 0.00 303.02 0.99 0.72
Hex FE 73 F7 0 37 3 0 12F 63 48
Octal 376 163 367 0 67 3 0 457 143 110
Binary 11111110 1110011 11110111 0 110111 11 0 100101111 1100011 1001000

Color Harmonies of #FE73F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE73F7

Black with #FE73F7

Text Example


Text Example

White with #FE73F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE73F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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