Html Css Color HEX #FE7EFC Fuchsia Pink

📋 copy color: '#FE7EFC'

red 254 ◦ green 126 ◦ blue 252

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

Shades of Fuchsia Pink #FE7EFC

Tints of Fuchsia Pink #FE7EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 19.94%

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

R = 40.19%
G = 19.94%
B = 39.87%

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

#FE7EFC (or 0xFE7EFC) is known color: Fuchsia Pink. HEX triplet: FE, 7E and FC. RGB value is (254,126,252). Sum of RGB (Red+Green+Blue) = 254+126+252=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 126 (49.61% from 255 or 19.94% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7EFC is #018103. Grayscale: #B2B2B2. Windows color (decimal): -98564 or 16547582. OLE color: 16547582.

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

Color convert

RGB 254 126 252 -
CMYK 0 0.50 0.01 0.00
HSL 300.94º 0.98% 0.75% -
HSV(B) 300.94º 0.5% 1% -
XYZ 65.9 43.02 96.93 -
YUV 178.64 169.41 181.75 -
System Red Green Blue C M Y K H S L
Decimal 254 126 252 0 0.50 0.01 0.00 300.94 0.98 0.75
Hex FE 7E FC 0 32 1 0 12D 62 4B
Octal 376 176 374 0 62 1 0 455 142 113
Binary 11111110 1111110 11111100 0 110010 1 0 100101101 1100010 1001011

Color Harmonies of #FE7EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7EFC

Black with #FE7EFC

Text Example


Text Example

White with #FE7EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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