Html Css Color HEX #FE74FC Fuchsia Pink

📋 copy color: '#FE74FC'

red 254 ◦ green 116 ◦ blue 252

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

Shades of Fuchsia Pink #FE74FC

Tints of Fuchsia Pink #FE74FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.51%

R = 40.84%
G = 18.65%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE74FC (or 0xFE74FC) is known color: Fuchsia Pink. HEX triplet: FE, 74 and FC. RGB value is (254,116,252). Sum of RGB (Red+Green+Blue) = 254+116+252=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 116 (45.70% from 255 or 18.65% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE74FC is #018B03. Grayscale: #ACACAC. Windows color (decimal): -101124 or 16545022. OLE color: 16545022.

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

Color convert

RGB 254 116 252 -
CMYK 0 0.54 0.01 0.00
HSL 300.87º 0.99% 0.73% -
HSV(B) 300.87º 0.54% 1% -
XYZ 64.69 40.59 96.52 -
YUV 172.77 172.72 185.94 -
System Red Green Blue C M Y K H S L
Decimal 254 116 252 0 0.54 0.01 0.00 300.87 0.99 0.73
Hex FE 74 FC 0 36 1 0 12D 63 49
Octal 376 164 374 0 66 1 0 455 143 111
Binary 11111110 1110100 11111100 0 110110 1 0 100101101 1100011 1001001

Color Harmonies of #FE74FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE74FC

Black with #FE74FC

Text Example


Text Example

White with #FE74FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE74FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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