Html Css Color HEX #FC7BFF Fuchsia Pink

📋 copy color: '#FC7BFF'

red 252 ◦ green 123 ◦ blue 255

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

Shades of Fuchsia Pink #FC7BFF

Tints of Fuchsia Pink #FC7BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.48%

R = 40%
G = 19.52%
B = 40.48%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC7BFF (or 0xFC7BFF) is known color: Fuchsia Pink. HEX triplet: FC, 7B and FF. RGB value is (252,123,255). Sum of RGB (Red+Green+Blue) = 252+123+255=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 123 (48.44% from 255 or 19.52% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC7BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7BFF is #038400. Grayscale: #B0B0B0. Windows color (decimal): -230401 or 16743420. OLE color: 16743420.

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

Color convert

RGB 252 123 255 -
CMYK 0.01 0.52 0 0
HSL 298.64º 1% 0.74% -
HSV(B) 298.64º 0.52% 1% -
XYZ 65.28 42.08 99.29 -
YUV 176.62 172.24 181.77 -
System Red Green Blue C M Y K H S L
Decimal 252 123 255 0.01 0.52 0 0 298.64 1 0.74
Hex FC 7B FF 1 34 0 0 12B 64 4A
Octal 374 173 377 1 64 0 0 453 144 112
Binary 11111100 1111011 11111111 1 110100 0 0 100101011 1100100 1001010

Color Harmonies of #FC7BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BFF

Black with #FC7BFF

Text Example


Text Example

White with #FC7BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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