Html Css Color HEX #FA89FE Fuchsia Pink

📋 copy color: '#FA89FE'

red 250 ◦ green 137 ◦ blue 254

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

Shades of Fuchsia Pink #FA89FE

Tints of Fuchsia Pink #FA89FE

RGB

 RED value IS 250 (98.05% from 255) = 39%

 GREEN value IS 137 (53.91% from 255) = 21.37%

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

R = 39%
G = 21.37%
B = 39.63%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FA89FE (or 0xFA89FE) is known color: Fuchsia Pink. HEX triplet: FA, 89 and FE. RGB value is (250,137,254). Sum of RGB (Red+Green+Blue) = 250+137+254=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 137 (53.91% from 255 or 21.37% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA89FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA89FE is #057601. Grayscale: #B7B7B7. Windows color (decimal): -357890 or 16681466. OLE color: 16681466.

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

Color convert

RGB 250 137 254 -
CMYK 0.02 0.46 0 0.00
HSL 297.95º 0.98% 0.77% -
HSV(B) 297.95º 0.46% 1% -
XYZ 66.26 45.37 99.03 -
YUV 184.13 167.44 174.99 -
System Red Green Blue C M Y K H S L
Decimal 250 137 254 0.02 0.46 0 0.00 297.95 0.98 0.77
Hex FA 89 FE 2 2E 0 0 12A 62 4D
Octal 372 211 376 2 56 0 0 452 142 115
Binary 11111010 10001001 11111110 10 101110 0 0 100101010 1100010 1001101

Color Harmonies of #FA89FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA89FE

Black with #FA89FE

Text Example


Text Example

White with #FA89FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA89FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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