Html Css Color HEX #FC74F0 Fuchsia Pink

📋 copy color: '#FC74F0'

red 252 ◦ green 116 ◦ blue 240

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

Shades of Fuchsia Pink #FC74F0

Tints of Fuchsia Pink #FC74F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.47%

R = 41.45%
G = 19.08%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC74F0 (or 0xFC74F0) is known color: Fuchsia Pink. HEX triplet: FC, 74 and F0. RGB value is (252,116,240). Sum of RGB (Red+Green+Blue) = 252+116+240=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 116 (45.70% from 255 or 19.08% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC74F0 is #038B0F. Grayscale: #AAAAAA. Windows color (decimal): -232208 or 15758588. OLE color: 15758588.

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

Color convert

RGB 252 116 240 -
CMYK 0 0.54 0.05 0.01
HSL 305.29º 0.96% 0.72% -
HSV(B) 305.29º 0.54% 0.99% -
XYZ 62.12 39.48 86.78 -
YUV 170.8 167.06 185.92 -
System Red Green Blue C M Y K H S L
Decimal 252 116 240 0 0.54 0.05 0.01 305.29 0.96 0.72
Hex FC 74 F0 0 36 5 1 131 60 48
Octal 374 164 360 0 66 5 1 461 140 110
Binary 11111100 1110100 11110000 0 110110 101 1 100110001 1100000 1001000

Color Harmonies of #FC74F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74F0

Black with #FC74F0

Text Example


Text Example

White with #FC74F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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