Html Css Color HEX #FE74FF Fuchsia Pink

📋 copy color: '#FE74FF'

red 254 ◦ green 116 ◦ blue 255

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

Shades of Fuchsia Pink #FE74FF

Tints of Fuchsia Pink #FE74FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.8%

R = 40.64%
G = 18.56%
B = 40.8%

CMYK

 C value IS 0.00

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE74FF (or 0xFE74FF) is known color: Fuchsia Pink. HEX triplet: FE, 74 and FF. RGB value is (254,116,255). Sum of RGB (Red+Green+Blue) = 254+116+255=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 116 (45.70% from 255 or 18.56% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE74FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE74FF is #018B00. Grayscale: #ACACAC. Windows color (decimal): -101121 or 16741630. OLE color: 16741630.

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

Color convert

RGB 254 116 255 -
CMYK 0.00 0.55 0 0
HSL 299.57º 1% 0.73% -
HSV(B) 299.57º 0.55% 1% -
XYZ 65.17 40.78 99.04 -
YUV 173.11 174.22 185.7 -
System Red Green Blue C M Y K H S L
Decimal 254 116 255 0.00 0.55 0 0 299.57 1 0.73
Hex FE 74 FF 0 37 0 0 12C 64 49
Octal 376 164 377 0 67 0 0 454 144 111
Binary 11111110 1110100 11111111 0 110111 0 0 100101100 1100100 1001001

Color Harmonies of #FE74FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE74FF

Black with #FE74FF

Text Example


Text Example

White with #FE74FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE74FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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