Html Css Color HEX #FF8DFB Fuchsia Pink

📋 copy color: '#FF8DFB'

red 255 ◦ green 141 ◦ blue 251

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

Shades of Fuchsia Pink #FF8DFB

Tints of Fuchsia Pink #FF8DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.79%

R = 39.41%
G = 21.79%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF8DFB (or 0xFF8DFB) is known color: Fuchsia Pink. HEX triplet: FF, 8D and FB. RGB value is (255,141,251). Sum of RGB (Red+Green+Blue) = 255+141+251=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 141 (55.47% from 255 or 21.79% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8DFB is #007204. Grayscale: #BBBBBB. Windows color (decimal): -29189 or 16485887. OLE color: 16485887.

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

Color convert

RGB 255 141 251 -
CMYK 0 0.45 0.02 0
HSL 302.11º 1% 0.78% -
HSV(B) 302.11º 0.45% 1% -
XYZ 68.18 47.27 96.8 -
YUV 187.63 163.77 176.06 -
System Red Green Blue C M Y K H S L
Decimal 255 141 251 0 0.45 0.02 0 302.11 1 0.78
Hex FF 8D FB 0 2D 2 0 12E 64 4E
Octal 377 215 373 0 55 2 0 456 144 116
Binary 11111111 10001101 11111011 0 101101 10 0 100101110 1100100 1001110

Color Harmonies of #FF8DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8DFB

Black with #FF8DFB

Text Example


Text Example

White with #FF8DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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