Html Css Color HEX #FA79F2 Fuchsia Pink

📋 copy color: '#FA79F2'

red 250 ◦ green 121 ◦ blue 242

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

Shades of Fuchsia Pink #FA79F2

Tints of Fuchsia Pink #FA79F2

RGB

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

 GREEN value IS 121 (47.66% from 255) = 19.74%

 BLUE value IS 242 (94.92% from 255) = 39.48%

R = 40.78%
G = 19.74%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA79F2 (or 0xFA79F2) is known color: Fuchsia Pink. HEX triplet: FA, 79 and F2. RGB value is (250,121,242). Sum of RGB (Red+Green+Blue) = 250+121+242=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 121 (47.66% from 255 or 19.74% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FA79F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA79F2 is #05860D. Grayscale: #ADADAD. Windows color (decimal): -361998 or 15890938. OLE color: 15890938.

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

Color convert

RGB 250 121 242 -
CMYK 0 0.52 0.03 0.02
HSL 303.72º 0.93% 0.73% -
HSV(B) 303.72º 0.52% 0.98% -
XYZ 62.29 40.41 88.52 -
YUV 173.37 166.74 182.66 -
System Red Green Blue C M Y K H S L
Decimal 250 121 242 0 0.52 0.03 0.02 303.72 0.93 0.73
Hex FA 79 F2 0 34 3 2 130 5D 49
Octal 372 171 362 0 64 3 2 460 135 111
Binary 11111010 1111001 11110010 0 110100 11 10 100110000 1011101 1001001

Color Harmonies of #FA79F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA79F2

Black with #FA79F2

Text Example


Text Example

White with #FA79F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA79F2; }

 p { color: rgb(250,121,242); }

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

background-color css

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

 a { background-color: rgb(250,121,242); }

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

border-color css

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

 span { border-color: rgb(250,121,242); }

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