Html Css Color HEX #FC74FF Fuchsia Pink

📋 copy color: '#FC74FF'

red 252 ◦ green 116 ◦ blue 255

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

Shades of Fuchsia Pink #FC74FF

Tints of Fuchsia Pink #FC74FF

RGB

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

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

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

R = 40.45%
G = 18.62%
B = 40.93%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC74FF (or 0xFC74FF) is known color: Fuchsia Pink. HEX triplet: FC, 74 and FF. RGB value is (252,116,255). Sum of RGB (Red+Green+Blue) = 252+116+255=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 116 (45.70% from 255 or 18.62% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC74FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC74FF is #038B00. Grayscale: #ACACAC. Windows color (decimal): -232193 or 16741628. OLE color: 16741628.

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

Color convert

RGB 252 116 255 -
CMYK 0.01 0.55 0 0
HSL 298.71º 1% 0.73% -
HSV(B) 298.71º 0.55% 1% -
XYZ 64.44 40.41 99.01 -
YUV 172.51 174.56 184.7 -
System Red Green Blue C M Y K H S L
Decimal 252 116 255 0.01 0.55 0 0 298.71 1 0.73
Hex FC 74 FF 1 37 0 0 12B 64 49
Octal 374 164 377 1 67 0 0 453 144 111
Binary 11111100 1110100 11111111 1 110111 0 0 100101011 1100100 1001001

Color Harmonies of #FC74FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74FF

Black with #FC74FF

Text Example


Text Example

White with #FC74FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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