Html Css Color HEX #FA8FFF Fuchsia Pink

📋 copy color: '#FA8FFF'

red 250 ◦ green 143 ◦ blue 255

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

Shades of Fuchsia Pink #FA8FFF

Tints of Fuchsia Pink #FA8FFF

RGB

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

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

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

R = 38.58%
G = 22.07%
B = 39.35%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA8FFF (or 0xFA8FFF) is known color: Fuchsia Pink. HEX triplet: FA, 8F and FF. RGB value is (250,143,255). Sum of RGB (Red+Green+Blue) = 250+143+255=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 143 (56.25% from 255 or 22.07% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA8FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8FFF is #057000. Grayscale: #BBBBBB. Windows color (decimal): -356353 or 16748538. OLE color: 16748538.

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

Color convert

RGB 250 143 255 -
CMYK 0.02 0.44 0 0
HSL 297.32º 1% 0.78% -
HSV(B) 297.32º 0.44% 1% -
XYZ 67.3 47.19 100.17 -
YUV 187.76 165.95 172.39 -
System Red Green Blue C M Y K H S L
Decimal 250 143 255 0.02 0.44 0 0 297.32 1 0.78
Hex FA 8F FF 2 2C 0 0 129 64 4E
Octal 372 217 377 2 54 0 0 451 144 116
Binary 11111010 10001111 11111111 10 101100 0 0 100101001 1100100 1001110

Color Harmonies of #FA8FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8FFF

Black with #FA8FFF

Text Example


Text Example

White with #FA8FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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