Html Css Color HEX #FA74FF Fuchsia Pink

📋 copy color: '#FA74FF'

red 250 ◦ green 116 ◦ blue 255

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

Shades of Fuchsia Pink #FA74FF

Tints of Fuchsia Pink #FA74FF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 18.68%

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

R = 40.26%
G = 18.68%
B = 41.06%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA74FF (or 0xFA74FF) is known color: Fuchsia Pink. HEX triplet: FA, 74 and FF. RGB value is (250,116,255). Sum of RGB (Red+Green+Blue) = 250+116+255=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 116 (45.70% from 255 or 18.68% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA74FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA74FF is #058B00. Grayscale: #ABABAB. Windows color (decimal): -363265 or 16741626. OLE color: 16741626.

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

Color convert

RGB 250 116 255 -
CMYK 0.02 0.55 0 0
HSL 297.84º 1% 0.73% -
HSV(B) 297.84º 0.55% 1% -
XYZ 63.72 40.03 98.98 -
YUV 171.91 174.89 183.7 -
System Red Green Blue C M Y K H S L
Decimal 250 116 255 0.02 0.55 0 0 297.84 1 0.73
Hex FA 74 FF 2 37 0 0 12A 64 49
Octal 372 164 377 2 67 0 0 452 144 111
Binary 11111010 1110100 11111111 10 110111 0 0 100101010 1100100 1001001

Color Harmonies of #FA74FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA74FF

Black with #FA74FF

Text Example


Text Example

White with #FA74FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA74FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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