Html Css Color HEX #FA77F4 Fuchsia Pink

📋 copy color: '#FA77F4'

red 250 ◦ green 119 ◦ blue 244

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

Shades of Fuchsia Pink #FA77F4

Tints of Fuchsia Pink #FA77F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 39.8%

R = 40.78%
G = 19.41%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FA77F4 (or 0xFA77F4) is known color: Fuchsia Pink. HEX triplet: FA, 77 and F4. RGB value is (250,119,244). Sum of RGB (Red+Green+Blue) = 250+119+244=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 119 (46.88% from 255 or 19.41% from 613); Blue value is 244 (95.70% from 255 or 39.80% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA77F4 is #05880B. Grayscale: #ACACAC. Windows color (decimal): -362508 or 16021498. OLE color: 16021498.

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

Color convert

RGB 250 119 244 -
CMYK 0 0.52 0.02 0.02
HSL 302.75º 0.93% 0.72% -
HSV(B) 302.75º 0.52% 0.98% -
XYZ 62.35 40.05 90.03 -
YUV 172.42 168.4 183.34 -
System Red Green Blue C M Y K H S L
Decimal 250 119 244 0 0.52 0.02 0.02 302.75 0.93 0.72
Hex FA 77 F4 0 34 2 2 12F 5D 48
Octal 372 167 364 0 64 2 2 457 135 110
Binary 11111010 1110111 11110100 0 110100 10 10 100101111 1011101 1001000

Color Harmonies of #FA77F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA77F4

Black with #FA77F4

Text Example


Text Example

White with #FA77F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA77F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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