Html Css Color HEX #FE7FFD Fuchsia Pink

📋 copy color: '#FE7FFD'

red 254 ◦ green 127 ◦ blue 253

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

Shades of Fuchsia Pink #FE7FFD

Tints of Fuchsia Pink #FE7FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 20.03%

 BLUE value IS 253 (99.22% from 255) = 39.91%

R = 40.06%
G = 20.03%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE7FFD (or 0xFE7FFD) is known color: Fuchsia Pink. HEX triplet: FE, 7F and FD. RGB value is (254,127,253). Sum of RGB (Red+Green+Blue) = 254+127+253=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 127 (50% from 255 or 20.03% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7FFD is #018002. Grayscale: #B2B2B2. Windows color (decimal): -98307 or 16613374. OLE color: 16613374.

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

Color convert

RGB 254 127 253 -
CMYK 0 0.50 0.00 0.00
HSL 300.47º 0.98% 0.75% -
HSV(B) 300.47º 0.5% 1% -
XYZ 66.19 43.34 97.81 -
YUV 179.34 169.58 181.25 -
System Red Green Blue C M Y K H S L
Decimal 254 127 253 0 0.50 0.00 0.00 300.47 0.98 0.75
Hex FE 7F FD 0 32 0 0 12C 62 4B
Octal 376 177 375 0 62 0 0 454 142 113
Binary 11111110 1111111 11111101 0 110010 0 0 100101100 1100010 1001011

Color Harmonies of #FE7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FFD

Black with #FE7FFD

Text Example


Text Example

White with #FE7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FFD; }

 p { color: rgb(254,127,253); }

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

background-color css

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

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

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

border-color css

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

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

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