Html Css Color HEX #FA8BFF Fuchsia Pink

📋 copy color: '#FA8BFF'

red 250 ◦ green 139 ◦ blue 255

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

Shades of Fuchsia Pink #FA8BFF

Tints of Fuchsia Pink #FA8BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 21.58%

 BLUE value IS 255 (100% from 255) = 39.6%

R = 38.82%
G = 21.58%
B = 39.6%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA8BFF (or 0xFA8BFF) is known color: Fuchsia Pink. HEX triplet: FA, 8B and FF. RGB value is (250,139,255). Sum of RGB (Red+Green+Blue) = 250+139+255=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 139 (54.69% from 255 or 21.58% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA8BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8BFF is #057400. Grayscale: #B9B9B9. Windows color (decimal): -357377 or 16747514. OLE color: 16747514.

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

Color convert

RGB 250 139 255 -
CMYK 0.02 0.45 0 0
HSL 297.41º 1% 0.77% -
HSV(B) 297.41º 0.45% 1% -
XYZ 66.71 46.01 99.97 -
YUV 185.41 167.27 174.07 -
System Red Green Blue C M Y K H S L
Decimal 250 139 255 0.02 0.45 0 0 297.41 1 0.77
Hex FA 8B FF 2 2D 0 0 129 64 4D
Octal 372 213 377 2 55 0 0 451 144 115
Binary 11111010 10001011 11111111 10 101101 0 0 100101001 1100100 1001101

Color Harmonies of #FA8BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8BFF

Black with #FA8BFF

Text Example


Text Example

White with #FA8BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8BFF; }

 p { color: rgb(250,139,255); }

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

background-color css

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

 a { background-color: rgb(250,139,255); }

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

border-color css

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

 span { border-color: rgb(250,139,255); }

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