Html Css Color HEX #FC7BFA Fuchsia Pink

📋 copy color: '#FC7BFA'

red 252 ◦ green 123 ◦ blue 250

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

Shades of Fuchsia Pink #FC7BFA

Tints of Fuchsia Pink #FC7BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40%

R = 40.32%
G = 19.68%
B = 40%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC7BFA (or 0xFC7BFA) is known color: Fuchsia Pink. HEX triplet: FC, 7B and FA. RGB value is (252,123,250). Sum of RGB (Red+Green+Blue) = 252+123+250=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 123 (48.44% from 255 or 19.68% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7BFA is #038405. Grayscale: #AFAFAF. Windows color (decimal): -230406 or 16415740. OLE color: 16415740.

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

Color convert

RGB 252 123 250 -
CMYK 0 0.51 0.01 0.01
HSL 300.93º 0.96% 0.74% -
HSV(B) 300.93º 0.51% 0.99% -
XYZ 64.48 41.76 95.11 -
YUV 176.05 169.74 182.17 -
System Red Green Blue C M Y K H S L
Decimal 252 123 250 0 0.51 0.01 0.01 300.93 0.96 0.74
Hex FC 7B FA 0 33 1 1 12D 60 4A
Octal 374 173 372 0 63 1 1 455 140 112
Binary 11111100 1111011 11111010 0 110011 1 1 100101101 1100000 1001010

Color Harmonies of #FC7BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BFA

Black with #FC7BFA

Text Example


Text Example

White with #FC7BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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