Html Css Color HEX #FC74FE Fuchsia Pink

📋 copy color: '#FC74FE'

red 252 ◦ green 116 ◦ blue 254

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

Shades of Fuchsia Pink #FC74FE

Tints of Fuchsia Pink #FC74FE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 18.65%

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

R = 40.51%
G = 18.65%
B = 40.84%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC74FE (or 0xFC74FE) is known color: Fuchsia Pink. HEX triplet: FC, 74 and FE. RGB value is (252,116,254). Sum of RGB (Red+Green+Blue) = 252+116+254=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 116 (45.70% from 255 or 18.65% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC74FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC74FE is #038B01. Grayscale: #ABABAB. Windows color (decimal): -232194 or 16676092. OLE color: 16676092.

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

Color convert

RGB 252 116 254 -
CMYK 0.01 0.54 0 0.00
HSL 299.13º 0.99% 0.73% -
HSV(B) 299.13º 0.54% 1% -
XYZ 64.28 40.34 98.16 -
YUV 172.4 174.06 184.78 -
System Red Green Blue C M Y K H S L
Decimal 252 116 254 0.01 0.54 0 0.00 299.13 0.99 0.73
Hex FC 74 FE 1 36 0 0 12B 63 49
Octal 374 164 376 1 66 0 0 453 143 111
Binary 11111100 1110100 11111110 1 110110 0 0 100101011 1100011 1001001

Color Harmonies of #FC74FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74FE

Black with #FC74FE

Text Example


Text Example

White with #FC74FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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