Html Css Color HEX #FE8CFA Fuchsia Pink

📋 copy color: '#FE8CFA'

red 254 ◦ green 140 ◦ blue 250

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

Shades of Fuchsia Pink #FE8CFA

Tints of Fuchsia Pink #FE8CFA

RGB

 RED value IS 254 (99.61% from 255) = 39.44%

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

 BLUE value IS 250 (98.05% from 255) = 38.82%

R = 39.44%
G = 21.74%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE8CFA (or 0xFE8CFA) is known color: Fuchsia Pink. HEX triplet: FE, 8C and FA. RGB value is (254,140,250). Sum of RGB (Red+Green+Blue) = 254+140+250=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 140 (55.08% from 255 or 21.74% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8CFA is #017305. Grayscale: #BABABA. Windows color (decimal): -94982 or 16420094. OLE color: 16420094.

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

Color convert

RGB 254 140 250 -
CMYK 0 0.45 0.02 0.00
HSL 302.11º 0.98% 0.77% -
HSV(B) 302.11º 0.45% 1% -
XYZ 67.51 46.73 95.9 -
YUV 186.63 163.77 176.06 -
System Red Green Blue C M Y K H S L
Decimal 254 140 250 0 0.45 0.02 0.00 302.11 0.98 0.77
Hex FE 8C FA 0 2D 2 0 12E 62 4D
Octal 376 214 372 0 55 2 0 456 142 115
Binary 11111110 10001100 11111010 0 101101 10 0 100101110 1100010 1001101

Color Harmonies of #FE8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8CFA

Black with #FE8CFA

Text Example


Text Example

White with #FE8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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