Html Css Color HEX #FC7BFE Fuchsia Pink

📋 copy color: '#FC7BFE'

red 252 ◦ green 123 ◦ blue 254

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

Shades of Fuchsia Pink #FC7BFE

Tints of Fuchsia Pink #FC7BFE

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 252 123 254 -
CMYK 0.01 0.52 0 0.00
HSL 299.08º 0.98% 0.74% -
HSV(B) 299.08º 0.52% 1% -
XYZ 65.12 42.02 98.44 -
YUV 176.51 171.74 181.85 -
System Red Green Blue C M Y K H S L
Decimal 252 123 254 0.01 0.52 0 0.00 299.08 0.98 0.74
Hex FC 7B FE 1 34 0 0 12B 62 4A
Octal 374 173 376 1 64 0 0 453 142 112
Binary 11111100 1111011 11111110 1 110100 0 0 100101011 1100010 1001010

Color Harmonies of #FC7BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BFE

Black with #FC7BFE

Text Example


Text Example

White with #FC7BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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