Html Css Color HEX #FE74FE Fuchsia Pink

📋 copy color: '#FE74FE'

red 254 ◦ green 116 ◦ blue 254

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

Shades of Fuchsia Pink #FE74FE

Tints of Fuchsia Pink #FE74FE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 18.59%

 BLUE value IS 254 (99.61% from 255) = 40.71%

R = 40.71%
G = 18.59%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE74FE (or 0xFE74FE) is known color: Fuchsia Pink. HEX triplet: FE, 74 and FE. RGB value is (254,116,254). Sum of RGB (Red+Green+Blue) = 254+116+254=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 116 (45.70% from 255 or 18.59% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE74FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE74FE is #018B01. Grayscale: #ACACAC. Windows color (decimal): -101122 or 16676094. OLE color: 16676094.

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

Color convert

RGB 254 116 254 -
CMYK 0 0.54 0 0.00
HSL 300º 0.99% 0.73% -
HSV(B) 300º 0.54% 1% -
XYZ 65.01 40.72 98.2 -
YUV 172.99 173.72 185.78 -
System Red Green Blue C M Y K H S L
Decimal 254 116 254 0 0.54 0 0.00 300 0.99 0.73
Hex FE 74 FE 0 36 0 0 12C 63 49
Octal 376 164 376 0 66 0 0 454 143 111
Binary 11111110 1110100 11111110 0 110110 0 0 100101100 1100011 1001001

Color Harmonies of #FE74FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE74FE

Black with #FE74FE

Text Example


Text Example

White with #FE74FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE74FE; }

 p { color: rgb(254,116,254); }

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

background-color css

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

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

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

border-color css

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

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

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