Html Css Color HEX #FD92FF Fuchsia Pink

📋 copy color: '#FD92FF'

red 253 ◦ green 146 ◦ blue 255

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

Shades of Fuchsia Pink #FD92FF

Tints of Fuchsia Pink #FD92FF

RGB

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

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

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

R = 38.69%
G = 22.32%
B = 38.99%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD92FF (or 0xFD92FF) is known color: Fuchsia Pink. HEX triplet: FD, 92 and FF. RGB value is (253,146,255). Sum of RGB (Red+Green+Blue) = 253+146+255=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 146 (57.42% from 255 or 22.32% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD92FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD92FF is #026D00. Grayscale: #BEBEBE. Windows color (decimal): -158977 or 16749309. OLE color: 16749309.

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

Color convert

RGB 253 146 255 -
CMYK 0.01 0.43 0 0
HSL 298.9º 1% 0.79% -
HSV(B) 298.9º 0.43% 1% -
XYZ 68.84 48.66 100.37 -
YUV 190.42 164.45 172.64 -
System Red Green Blue C M Y K H S L
Decimal 253 146 255 0.01 0.43 0 0 298.9 1 0.79
Hex FD 92 FF 1 2B 0 0 12B 64 4F
Octal 375 222 377 1 53 0 0 453 144 117
Binary 11111101 10010010 11111111 1 101011 0 0 100101011 1100100 1001111

Color Harmonies of #FD92FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD92FF

Black with #FD92FF

Text Example


Text Example

White with #FD92FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD92FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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