Html Css Color HEX #FF8DFC Fuchsia Pink

📋 copy color: '#FF8DFC'

red 255 ◦ green 141 ◦ blue 252

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

Shades of Fuchsia Pink #FF8DFC

Tints of Fuchsia Pink #FF8DFC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 21.76%

 BLUE value IS 252 (98.83% from 255) = 38.89%

R = 39.35%
G = 21.76%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF8DFC (or 0xFF8DFC) is known color: Fuchsia Pink. HEX triplet: FF, 8D and FC. RGB value is (255,141,252). Sum of RGB (Red+Green+Blue) = 255+141+252=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 141 (55.47% from 255 or 21.76% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8DFC is #007203. Grayscale: #BBBBBB. Windows color (decimal): -29188 or 16551423. OLE color: 16551423.

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

Color convert

RGB 255 141 252 -
CMYK 0 0.45 0.01 0
HSL 301.58º 1% 0.78% -
HSV(B) 301.58º 0.45% 1% -
XYZ 68.34 47.34 97.63 -
YUV 187.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 255 141 252 0 0.45 0.01 0 301.58 1 0.78
Hex FF 8D FC 0 2D 1 0 12E 64 4E
Octal 377 215 374 0 55 1 0 456 144 116
Binary 11111111 10001101 11111100 0 101101 1 0 100101110 1100100 1001110

Color Harmonies of #FF8DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8DFC

Black with #FF8DFC

Text Example


Text Example

White with #FF8DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8DFC; }

 p { color: rgb(255,141,252); }

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

background-color css

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

 a { background-color: rgb(255,141,252); }

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

border-color css

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

 span { border-color: rgb(255,141,252); }

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