Html Css Color HEX #FC7DFD Fuchsia Pink

📋 copy color: '#FC7DFD'

red 252 ◦ green 125 ◦ blue 253

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

Shades of Fuchsia Pink #FC7DFD

Tints of Fuchsia Pink #FC7DFD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 19.84%

 BLUE value IS 253 (99.22% from 255) = 40.16%

R = 40%
G = 19.84%
B = 40.16%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC7DFD (or 0xFC7DFD) is known color: Fuchsia Pink. HEX triplet: FC, 7D and FD. RGB value is (252,125,253). Sum of RGB (Red+Green+Blue) = 252+125+253=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 125 (49.22% from 255 or 19.84% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC7DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7DFD is #038202. Grayscale: #B1B1B1. Windows color (decimal): -229891 or 16612860. OLE color: 16612860.

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

Color convert

RGB 252 125 253 -
CMYK 0.00 0.51 0 0.01
HSL 299.53º 0.97% 0.74% -
HSV(B) 299.53º 0.51% 0.99% -
XYZ 65.21 42.45 97.69 -
YUV 177.57 170.58 181.09 -
System Red Green Blue C M Y K H S L
Decimal 252 125 253 0.00 0.51 0 0.01 299.53 0.97 0.74
Hex FC 7D FD 0 33 0 1 12C 61 4A
Octal 374 175 375 0 63 0 1 454 141 112
Binary 11111100 1111101 11111101 0 110011 0 1 100101100 1100001 1001010

Color Harmonies of #FC7DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7DFD

Black with #FC7DFD

Text Example


Text Example

White with #FC7DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7DFD; }

 p { color: rgb(252,125,253); }

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

background-color css

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

 a { background-color: rgb(252,125,253); }

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

border-color css

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

 span { border-color: rgb(252,125,253); }

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