Html Css Color HEX #FE7DFE Fuchsia Pink

📋 copy color: '#FE7DFE'

red 254 ◦ green 125 ◦ blue 254

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

Shades of Fuchsia Pink #FE7DFE

Tints of Fuchsia Pink #FE7DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 19.75%

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

R = 40.13%
G = 19.75%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE7DFE (or 0xFE7DFE) is known color: Fuchsia Pink. HEX triplet: FE, 7D and FE. RGB value is (254,125,254). Sum of RGB (Red+Green+Blue) = 254+125+254=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 125 (49.22% from 255 or 19.75% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE7DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7DFE is #018201. Grayscale: #B1B1B1. Windows color (decimal): -98818 or 16678398. OLE color: 16678398.

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

Color convert

RGB 254 125 254 -
CMYK 0 0.51 0 0.00
HSL 300º 0.98% 0.74% -
HSV(B) 300º 0.51% 1% -
XYZ 66.1 42.89 98.56 -
YUV 178.28 170.74 182.01 -
System Red Green Blue C M Y K H S L
Decimal 254 125 254 0 0.51 0 0.00 300 0.98 0.74
Hex FE 7D FE 0 33 0 0 12C 62 4A
Octal 376 175 376 0 63 0 0 454 142 112
Binary 11111110 1111101 11111110 0 110011 0 0 100101100 1100010 1001010

Color Harmonies of #FE7DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7DFE

Black with #FE7DFE

Text Example


Text Example

White with #FE7DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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