Html Css Color HEX #FF8CFE Fuchsia Pink

📋 copy color: '#FF8CFE'

red 255 ◦ green 140 ◦ blue 254

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

Shades of Fuchsia Pink #FF8CFE

Tints of Fuchsia Pink #FF8CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 21.57%

 BLUE value IS 254 (99.61% from 255) = 39.14%

R = 39.29%
G = 21.57%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FF8CFE (or 0xFF8CFE) is known color: Fuchsia Pink. HEX triplet: FF, 8C and FE. RGB value is (255,140,254). Sum of RGB (Red+Green+Blue) = 255+140+254=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 140 (55.08% from 255 or 21.57% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8CFE is #007301. Grayscale: #BBBBBB. Windows color (decimal): -29442 or 16682239. OLE color: 16682239.

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

Color convert

RGB 255 140 254 -
CMYK 0 0.45 0.00 0
HSL 300.52º 1% 0.77% -
HSV(B) 300.52º 0.45% 1% -
XYZ 68.51 47.17 99.26 -
YUV 187.38 165.6 176.23 -
System Red Green Blue C M Y K H S L
Decimal 255 140 254 0 0.45 0.00 0 300.52 1 0.77
Hex FF 8C FE 0 2D 0 0 12D 64 4D
Octal 377 214 376 0 55 0 0 455 144 115
Binary 11111111 10001100 11111110 0 101101 0 0 100101101 1100100 1001101

Color Harmonies of #FF8CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8CFE

Black with #FF8CFE

Text Example


Text Example

White with #FF8CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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