Html Css Color HEX #FA88FF Fuchsia Pink

📋 copy color: '#FA88FF'

red 250 ◦ green 136 ◦ blue 255

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

Shades of Fuchsia Pink #FA88FF

Tints of Fuchsia Pink #FA88FF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 21.22%

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

R = 39%
G = 21.22%
B = 39.78%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA88FF (or 0xFA88FF) is known color: Fuchsia Pink. HEX triplet: FA, 88 and FF. RGB value is (250,136,255). Sum of RGB (Red+Green+Blue) = 250+136+255=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 136 (53.52% from 255 or 21.22% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA88FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA88FF is #057700. Grayscale: #B7B7B7. Windows color (decimal): -358145 or 16746746. OLE color: 16746746.

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

Color convert

RGB 250 136 255 -
CMYK 0.02 0.47 0 0
HSL 297.48º 1% 0.77% -
HSV(B) 297.48º 0.47% 1% -
XYZ 66.28 45.15 99.83 -
YUV 183.65 168.27 175.32 -
System Red Green Blue C M Y K H S L
Decimal 250 136 255 0.02 0.47 0 0 297.48 1 0.77
Hex FA 88 FF 2 2F 0 0 129 64 4D
Octal 372 210 377 2 57 0 0 451 144 115
Binary 11111010 10001000 11111111 10 101111 0 0 100101001 1100100 1001101

Color Harmonies of #FA88FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA88FF

Black with #FA88FF

Text Example


Text Example

White with #FA88FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA88FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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