Html Css Color HEX #FF93FD Fuchsia Pink

📋 copy color: '#FF93FD'

red 255 ◦ green 147 ◦ blue 253

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

Shades of Fuchsia Pink #FF93FD

Tints of Fuchsia Pink #FF93FD

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF93FD (or 0xFF93FD) is known color: Fuchsia Pink. HEX triplet: FF, 93 and FD. RGB value is (255,147,253). Sum of RGB (Red+Green+Blue) = 255+147+253=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 147 (57.81% from 255 or 22.44% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF93FD is #006C02. Grayscale: #BFBFBF. Windows color (decimal): -27651 or 16618495. OLE color: 16618495.

HSL color Cylindrical-coordinate representation of color #FF93FD: hue angle of 301.11º 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 #FF93FD is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB 255 147 253 -
CMYK 0 0.42 0.01 0
HSL 301.11º 1% 0.79% -
HSV(B) 301.11º 0.42% 1% -
XYZ 69.4 49.22 98.77 -
YUV 191.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 255 147 253 0 0.42 0.01 0 301.11 1 0.79
Hex FF 93 FD 0 2A 1 0 12D 64 4F
Octal 377 223 375 0 52 1 0 455 144 117
Binary 11111111 10010011 11111101 0 101010 1 0 100101101 1100100 1001111

Color Harmonies of #FF93FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF93FD

Black with #FF93FD

Text Example


Text Example

White with #FF93FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF93FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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