Html Css Color HEX #FA73F0 Fuchsia Pink

📋 copy color: '#FA73F0'

red 250 ◦ green 115 ◦ blue 240

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

Shades of Fuchsia Pink #FA73F0

Tints of Fuchsia Pink #FA73F0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.01%

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

R = 41.32%
G = 19.01%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA73F0 (or 0xFA73F0) is known color: Fuchsia Pink. HEX triplet: FA, 73 and F0. RGB value is (250,115,240). Sum of RGB (Red+Green+Blue) = 250+115+240=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 115 (45.31% from 255 or 19.01% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA73F0 is #058C0F. Grayscale: #A9A9A9. Windows color (decimal): -363536 or 15758330. OLE color: 15758330.

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

Color convert

RGB 250 115 240 -
CMYK 0 0.54 0.04 0.02
HSL 304.44º 0.93% 0.72% -
HSV(B) 304.44º 0.54% 0.98% -
XYZ 61.28 38.88 86.71 -
YUV 169.62 167.73 185.34 -
System Red Green Blue C M Y K H S L
Decimal 250 115 240 0 0.54 0.04 0.02 304.44 0.93 0.72
Hex FA 73 F0 0 36 4 2 130 5D 48
Octal 372 163 360 0 66 4 2 460 135 110
Binary 11111010 1110011 11110000 0 110110 100 10 100110000 1011101 1001000

Color Harmonies of #FA73F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA73F0

Black with #FA73F0

Text Example


Text Example

White with #FA73F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA73F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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