Html Css Color HEX #FE7CFF Fuchsia Pink

📋 copy color: '#FE7CFF'

red 254 ◦ green 124 ◦ blue 255

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

Shades of Fuchsia Pink #FE7CFF

Tints of Fuchsia Pink #FE7CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 19.59%

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

R = 40.13%
G = 19.59%
B = 40.28%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE7CFF (or 0xFE7CFF) is known color: Fuchsia Pink. HEX triplet: FE, 7C and FF. RGB value is (254,124,255). Sum of RGB (Red+Green+Blue) = 254+124+255=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 124 (48.83% from 255 or 19.59% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE7CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7CFF is #018300. Grayscale: #B1B1B1. Windows color (decimal): -99073 or 16743678. OLE color: 16743678.

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

Color convert

RGB 254 124 255 -
CMYK 0.00 0.51 0 0
HSL 299.54º 1% 0.74% -
HSV(B) 299.54º 0.51% 1% -
XYZ 66.13 42.71 99.37 -
YUV 177.8 171.57 182.35 -
System Red Green Blue C M Y K H S L
Decimal 254 124 255 0.00 0.51 0 0 299.54 1 0.74
Hex FE 7C FF 0 33 0 0 12C 64 4A
Octal 376 174 377 0 63 0 0 454 144 112
Binary 11111110 1111100 11111111 0 110011 0 0 100101100 1100100 1001010

Color Harmonies of #FE7CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7CFF

Black with #FE7CFF

Text Example


Text Example

White with #FE7CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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