Html Css Color HEX #FC7AFF Fuchsia Pink

📋 copy color: '#FC7AFF'

red 252 ◦ green 122 ◦ blue 255

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

Shades of Fuchsia Pink #FC7AFF

Tints of Fuchsia Pink #FC7AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 19.4%

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

R = 40.06%
G = 19.4%
B = 40.54%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC7AFF (or 0xFC7AFF) is known color: Fuchsia Pink. HEX triplet: FC, 7A and FF. RGB value is (252,122,255). Sum of RGB (Red+Green+Blue) = 252+122+255=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 122 (48.05% from 255 or 19.40% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC7AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7AFF is #038500. Grayscale: #AFAFAF. Windows color (decimal): -230657 or 16743164. OLE color: 16743164.

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

Color convert

RGB 252 122 255 -
CMYK 0.01 0.52 0 0
HSL 298.65º 1% 0.74% -
HSV(B) 298.65º 0.52% 1% -
XYZ 65.15 41.83 99.25 -
YUV 176.03 172.57 182.19 -
System Red Green Blue C M Y K H S L
Decimal 252 122 255 0.01 0.52 0 0 298.65 1 0.74
Hex FC 7A FF 1 34 0 0 12B 64 4A
Octal 374 172 377 1 64 0 0 453 144 112
Binary 11111100 1111010 11111111 1 110100 0 0 100101011 1100100 1001010

Color Harmonies of #FC7AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7AFF

Black with #FC7AFF

Text Example


Text Example

White with #FC7AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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