Html Css Color HEX #FE73F9 Fuchsia Pink

📋 copy color: '#FE73F9'

red 254 ◦ green 115 ◦ blue 249

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

Shades of Fuchsia Pink #FE73F9

Tints of Fuchsia Pink #FE73F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.29%

R = 41.1%
G = 18.61%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE73F9 (or 0xFE73F9) is known color: Fuchsia Pink. HEX triplet: FE, 73 and F9. RGB value is (254,115,249). Sum of RGB (Red+Green+Blue) = 254+115+249=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 115 (45.31% from 255 or 18.61% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE73F9 is #018C06. Grayscale: #ABABAB. Windows color (decimal): -101383 or 16348158. OLE color: 16348158.

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

Color convert

RGB 254 115 249 -
CMYK 0 0.55 0.02 0.00
HSL 302.16º 0.99% 0.72% -
HSV(B) 302.16º 0.55% 1% -
XYZ 64.1 40.17 94 -
YUV 171.84 171.55 186.6 -
System Red Green Blue C M Y K H S L
Decimal 254 115 249 0 0.55 0.02 0.00 302.16 0.99 0.72
Hex FE 73 F9 0 37 2 0 12E 63 48
Octal 376 163 371 0 67 2 0 456 143 110
Binary 11111110 1110011 11111001 0 110111 10 0 100101110 1100011 1001000

Color Harmonies of #FE73F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE73F9

Black with #FE73F9

Text Example


Text Example

White with #FE73F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE73F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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