Html Css Color HEX #FA77F0 Fuchsia Pink

📋 copy color: '#FA77F0'

red 250 ◦ green 119 ◦ blue 240

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

Shades of Fuchsia Pink #FA77F0

Tints of Fuchsia Pink #FA77F0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 19.54%

 BLUE value IS 240 (94.14% from 255) = 39.41%

R = 41.05%
G = 19.54%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA77F0 (or 0xFA77F0) is known color: Fuchsia Pink. HEX triplet: FA, 77 and F0. RGB value is (250,119,240). Sum of RGB (Red+Green+Blue) = 250+119+240=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 119 (46.88% from 255 or 19.54% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA77F0 is #05880F. Grayscale: #ABABAB. Windows color (decimal): -362512 or 15759354. OLE color: 15759354.

HSL color Cylindrical-coordinate representation of color #FA77F0: hue angle of 304.58º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA77F0 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 119 240 -
CMYK 0 0.52 0.04 0.02
HSL 304.58º 0.93% 0.72% -
HSV(B) 304.58º 0.52% 0.98% -
XYZ 61.75 39.81 86.87 -
YUV 171.96 166.4 183.66 -
System Red Green Blue C M Y K H S L
Decimal 250 119 240 0 0.52 0.04 0.02 304.58 0.93 0.72
Hex FA 77 F0 0 34 4 2 131 5D 48
Octal 372 167 360 0 64 4 2 461 135 110
Binary 11111010 1110111 11110000 0 110100 100 10 100110001 1011101 1001000

Color Harmonies of #FA77F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA77F0

Black with #FA77F0

Text Example


Text Example

White with #FA77F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA77F0; }

 p { color: rgb(250,119,240); }

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

background-color css

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

 a { background-color: rgb(250,119,240); }

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

border-color css

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

 span { border-color: rgb(250,119,240); }

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