Html Css Color HEX #FC90FE Fuchsia Pink

📋 copy color: '#FC90FE'

red 252 ◦ green 144 ◦ blue 254

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

Shades of Fuchsia Pink #FC90FE

Tints of Fuchsia Pink #FC90FE

RGB

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

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

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

R = 38.77%
G = 22.15%
B = 39.08%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC90FE (or 0xFC90FE) is known color: Fuchsia Pink. HEX triplet: FC, 90 and FE. RGB value is (252,144,254). Sum of RGB (Red+Green+Blue) = 252+144+254=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 144 (56.64% from 255 or 22.15% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC90FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC90FE is #036F01. Grayscale: #BCBCBC. Windows color (decimal): -225026 or 16683260. OLE color: 16683260.

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

Color convert

RGB 252 144 254 -
CMYK 0.01 0.43 0 0.00
HSL 298.91º 0.98% 0.78% -
HSV(B) 298.91º 0.43% 1% -
XYZ 68.01 47.8 99.41 -
YUV 188.83 164.78 173.06 -
System Red Green Blue C M Y K H S L
Decimal 252 144 254 0.01 0.43 0 0.00 298.91 0.98 0.78
Hex FC 90 FE 1 2B 0 0 12B 62 4E
Octal 374 220 376 1 53 0 0 453 142 116
Binary 11111100 10010000 11111110 1 101011 0 0 100101011 1100010 1001110

Color Harmonies of #FC90FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90FE

Black with #FC90FE

Text Example


Text Example

White with #FC90FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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