Html Css Color HEX #FE92FF Fuchsia Pink

📋 copy color: '#FE92FF'

red 254 ◦ green 146 ◦ blue 255

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

Shades of Fuchsia Pink #FE92FF

Tints of Fuchsia Pink #FE92FF

RGB

 RED value IS 254 (99.61% from 255) = 38.78%

 GREEN value IS 146 (57.42% from 255) = 22.29%

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

R = 38.78%
G = 22.29%
B = 38.93%

CMYK

 C value IS 0.00

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE92FF (or 0xFE92FF) is known color: Fuchsia Pink. HEX triplet: FE, 92 and FF. RGB value is (254,146,255). Sum of RGB (Red+Green+Blue) = 254+146+255=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 146 (57.42% from 255 or 22.29% 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 #FE92FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE92FF is #016D00. Grayscale: #BEBEBE. Windows color (decimal): -93441 or 16749310. OLE color: 16749310.

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

Color convert

RGB 254 146 255 -
CMYK 0.00 0.43 0 0
HSL 299.45º 1% 0.79% -
HSV(B) 299.45º 0.43% 1% -
XYZ 69.2 48.85 100.39 -
YUV 190.72 164.28 173.14 -
System Red Green Blue C M Y K H S L
Decimal 254 146 255 0.00 0.43 0 0 299.45 1 0.79
Hex FE 92 FF 0 2B 0 0 12B 64 4F
Octal 376 222 377 0 53 0 0 453 144 117
Binary 11111110 10010010 11111111 0 101011 0 0 100101011 1100100 1001111

Color Harmonies of #FE92FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE92FF

Black with #FE92FF

Text Example


Text Example

White with #FE92FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE92FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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