Html Css Color HEX #FE7BFC Fuchsia Pink

📋 copy color: '#FE7BFC'

red 254 ◦ green 123 ◦ blue 252

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

Shades of Fuchsia Pink #FE7BFC

Tints of Fuchsia Pink #FE7BFC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 19.55%

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

R = 40.38%
G = 19.55%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE7BFC (or 0xFE7BFC) is known color: Fuchsia Pink. HEX triplet: FE, 7B and FC. RGB value is (254,123,252). Sum of RGB (Red+Green+Blue) = 254+123+252=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 123 (48.44% from 255 or 19.55% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7BFC is #018403. Grayscale: #B0B0B0. Windows color (decimal): -99332 or 16546814. OLE color: 16546814.

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

Color convert

RGB 254 123 252 -
CMYK 0 0.52 0.01 0.00
HSL 300.92º 0.98% 0.74% -
HSV(B) 300.92º 0.52% 1% -
XYZ 65.53 42.27 96.8 -
YUV 176.88 170.4 183.01 -
System Red Green Blue C M Y K H S L
Decimal 254 123 252 0 0.52 0.01 0.00 300.92 0.98 0.74
Hex FE 7B FC 0 34 1 0 12D 62 4A
Octal 376 173 374 0 64 1 0 455 142 112
Binary 11111110 1111011 11111100 0 110100 1 0 100101101 1100010 1001010

Color Harmonies of #FE7BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7BFC

Black with #FE7BFC

Text Example


Text Example

White with #FE7BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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