Html Css Color HEX #FC90FF Fuchsia Pink

📋 copy color: '#FC90FF'

red 252 ◦ green 144 ◦ blue 255

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

Shades of Fuchsia Pink #FC90FF

Tints of Fuchsia Pink #FC90FF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 22.12%

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

R = 38.71%
G = 22.12%
B = 39.17%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC90FF (or 0xFC90FF) is known color: Fuchsia Pink. HEX triplet: FC, 90 and FF. RGB value is (252,144,255). Sum of RGB (Red+Green+Blue) = 252+144+255=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 144 (56.64% from 255 or 22.12% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC90FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC90FF is #036F00. Grayscale: #BCBCBC. Windows color (decimal): -225025 or 16748796. OLE color: 16748796.

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

Color convert

RGB 252 144 255 -
CMYK 0.01 0.44 0 0
HSL 298.38º 1% 0.78% -
HSV(B) 298.38º 0.44% 1% -
XYZ 68.17 47.86 100.25 -
YUV 188.95 165.28 172.97 -
System Red Green Blue C M Y K H S L
Decimal 252 144 255 0.01 0.44 0 0 298.38 1 0.78
Hex FC 90 FF 1 2C 0 0 12A 64 4E
Octal 374 220 377 1 54 0 0 452 144 116
Binary 11111100 10010000 11111111 1 101100 0 0 100101010 1100100 1001110

Color Harmonies of #FC90FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90FF

Black with #FC90FF

Text Example


Text Example

White with #FC90FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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