Html Css Color HEX #FF8FFD Fuchsia Pink

📋 copy color: '#FF8FFD'

red 255 ◦ green 143 ◦ blue 253

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

Shades of Fuchsia Pink #FF8FFD

Tints of Fuchsia Pink #FF8FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 21.97%

 BLUE value IS 253 (99.22% from 255) = 38.86%

R = 39.17%
G = 21.97%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF8FFD (or 0xFF8FFD) is known color: Fuchsia Pink. HEX triplet: FF, 8F and FD. RGB value is (255,143,253). Sum of RGB (Red+Green+Blue) = 255+143+253=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 143 (56.25% from 255 or 21.97% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8FFD is #007002. Grayscale: #BCBCBC. Windows color (decimal): -28675 or 16617471. OLE color: 16617471.

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

Color convert

RGB 255 143 253 -
CMYK 0 0.44 0.01 0
HSL 301.07º 1% 0.78% -
HSV(B) 301.07º 0.44% 1% -
XYZ 68.79 48 98.57 -
YUV 189.03 164.11 175.06 -
System Red Green Blue C M Y K H S L
Decimal 255 143 253 0 0.44 0.01 0 301.07 1 0.78
Hex FF 8F FD 0 2C 1 0 12D 64 4E
Octal 377 217 375 0 54 1 0 455 144 116
Binary 11111111 10001111 11111101 0 101100 1 0 100101101 1100100 1001110

Color Harmonies of #FF8FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8FFD

Black with #FF8FFD

Text Example


Text Example

White with #FF8FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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