Html Css Color HEX #FD75FD Fuchsia Pink

📋 copy color: '#FD75FD'

red 253 ◦ green 117 ◦ blue 253

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

Shades of Fuchsia Pink #FD75FD

Tints of Fuchsia Pink #FD75FD

RGB

 RED value IS 253 (99.22% from 255) = 40.61%

 GREEN value IS 117 (46.09% from 255) = 18.78%

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

R = 40.61%
G = 18.78%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FD75FD (or 0xFD75FD) is known color: Fuchsia Pink. HEX triplet: FD, 75 and FD. RGB value is (253,117,253). Sum of RGB (Red+Green+Blue) = 253+117+253=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 117 (46.09% from 255 or 18.78% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD75FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD75FD is #028A02. Grayscale: #ACACAC. Windows color (decimal): -166403 or 16610813. OLE color: 16610813.

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

Color convert

RGB 253 117 253 -
CMYK 0 0.54 0 0.01
HSL 300º 0.97% 0.73% -
HSV(B) 300º 0.54% 0.99% -
XYZ 64.6 40.7 97.38 -
YUV 173.17 173.06 184.94 -
System Red Green Blue C M Y K H S L
Decimal 253 117 253 0 0.54 0 0.01 300 0.97 0.73
Hex FD 75 FD 0 36 0 1 12C 61 49
Octal 375 165 375 0 66 0 1 454 141 111
Binary 11111101 1110101 11111101 0 110110 0 1 100101100 1100001 1001001

Color Harmonies of #FD75FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD75FD

Black with #FD75FD

Text Example


Text Example

White with #FD75FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD75FD; }

 p { color: rgb(253,117,253); }

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

background-color css

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

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

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

border-color css

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

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

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