Html Css Color HEX #FC91FF Fuchsia Pink

📋 copy color: '#FC91FF'

red 252 ◦ green 145 ◦ blue 255

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

Shades of Fuchsia Pink #FC91FF

Tints of Fuchsia Pink #FC91FF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 22.24%

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

R = 38.65%
G = 22.24%
B = 39.11%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC91FF (or 0xFC91FF) is known color: Fuchsia Pink. HEX triplet: FC, 91 and FF. RGB value is (252,145,255). Sum of RGB (Red+Green+Blue) = 252+145+255=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 145 (57.03% from 255 or 22.24% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC91FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC91FF is #036E00. Grayscale: #BDBDBD. Windows color (decimal): -224769 or 16749052. OLE color: 16749052.

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

Color convert

RGB 252 145 255 -
CMYK 0.01 0.43 0 0
HSL 298.36º 1% 0.78% -
HSV(B) 298.36º 0.43% 1% -
XYZ 68.32 48.17 100.3 -
YUV 189.53 164.95 172.56 -
System Red Green Blue C M Y K H S L
Decimal 252 145 255 0.01 0.43 0 0 298.36 1 0.78
Hex FC 91 FF 1 2B 0 0 12A 64 4E
Octal 374 221 377 1 53 0 0 452 144 116
Binary 11111100 10010001 11111111 1 101011 0 0 100101010 1100100 1001110

Color Harmonies of #FC91FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC91FF

Black with #FC91FF

Text Example


Text Example

White with #FC91FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC91FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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