Html Css Color HEX #FF93FE Fuchsia Pink

📋 copy color: '#FF93FE'

red 255 ◦ green 147 ◦ blue 254

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

Shades of Fuchsia Pink #FF93FE

Tints of Fuchsia Pink #FF93FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.72%

R = 38.87%
G = 22.41%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FF93FE (or 0xFF93FE) is known color: Fuchsia Pink. HEX triplet: FF, 93 and FE. RGB value is (255,147,254). Sum of RGB (Red+Green+Blue) = 255+147+254=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 147 (57.81% from 255 or 22.41% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF93FE is #006C01. Grayscale: #BFBFBF. Windows color (decimal): -27650 or 16684031. OLE color: 16684031.

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

Color convert

RGB 255 147 254 -
CMYK 0 0.42 0.00 0
HSL 300.56º 1% 0.79% -
HSV(B) 300.56º 0.42% 1% -
XYZ 69.56 49.28 99.61 -
YUV 191.49 163.28 173.3 -
System Red Green Blue C M Y K H S L
Decimal 255 147 254 0 0.42 0.00 0 300.56 1 0.79
Hex FF 93 FE 0 2A 0 0 12D 64 4F
Octal 377 223 376 0 52 0 0 455 144 117
Binary 11111111 10010011 11111110 0 101010 0 0 100101101 1100100 1001111

Color Harmonies of #FF93FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF93FE

Black with #FF93FE

Text Example


Text Example

White with #FF93FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF93FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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