Html Css Color HEX #FD93FF Fuchsia Pink

📋 copy color: '#FD93FF'

red 253 ◦ green 147 ◦ blue 255

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

Shades of Fuchsia Pink #FD93FF

Tints of Fuchsia Pink #FD93FF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 22.44%

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

R = 38.63%
G = 22.44%
B = 38.93%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD93FF (or 0xFD93FF) is known color: Fuchsia Pink. HEX triplet: FD, 93 and FF. RGB value is (253,147,255). Sum of RGB (Red+Green+Blue) = 253+147+255=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 147 (57.81% from 255 or 22.44% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD93FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD93FF is #026C00. Grayscale: #BEBEBE. Windows color (decimal): -158721 or 16749565. OLE color: 16749565.

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

Color convert

RGB 253 147 255 -
CMYK 0.01 0.42 0 0
HSL 298.89º 1% 0.79% -
HSV(B) 298.89º 0.42% 1% -
XYZ 68.99 48.97 100.42 -
YUV 191.01 164.12 172.22 -
System Red Green Blue C M Y K H S L
Decimal 253 147 255 0.01 0.42 0 0 298.89 1 0.79
Hex FD 93 FF 1 2A 0 0 12B 64 4F
Octal 375 223 377 1 52 0 0 453 144 117
Binary 11111101 10010011 11111111 1 101010 0 0 100101011 1100100 1001111

Color Harmonies of #FD93FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD93FF

Black with #FD93FF

Text Example


Text Example

White with #FD93FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD93FF; }

 p { color: rgb(253,147,255); }

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

background-color css

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

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

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

border-color css

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

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

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