Html Css Color HEX #FE7FFC Fuchsia Pink

📋 copy color: '#FE7FFC'

red 254 ◦ green 127 ◦ blue 252

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

Shades of Fuchsia Pink #FE7FFC

Tints of Fuchsia Pink #FE7FFC

RGB

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

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

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

R = 40.13%
G = 20.06%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE7FFC (or 0xFE7FFC) is known color: Fuchsia Pink. HEX triplet: FE, 7F and FC. RGB value is (254,127,252). Sum of RGB (Red+Green+Blue) = 254+127+252=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 127 (50% from 255 or 20.06% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7FFC is #018003. Grayscale: #B2B2B2. Windows color (decimal): -98308 or 16547838. OLE color: 16547838.

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

Color convert

RGB 254 127 252 -
CMYK 0 0.50 0.01 0.00
HSL 300.94º 0.98% 0.75% -
HSV(B) 300.94º 0.5% 1% -
XYZ 66.03 43.28 96.97 -
YUV 179.22 169.08 181.34 -
System Red Green Blue C M Y K H S L
Decimal 254 127 252 0 0.50 0.01 0.00 300.94 0.98 0.75
Hex FE 7F FC 0 32 1 0 12D 62 4B
Octal 376 177 374 0 62 1 0 455 142 113
Binary 11111110 1111111 11111100 0 110010 1 0 100101101 1100010 1001011

Color Harmonies of #FE7FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FFC

Black with #FE7FFC

Text Example


Text Example

White with #FE7FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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