Html Css Color HEX #F973FA Fuchsia Pink

📋 copy color: '#F973FA'

red 249 ◦ green 115 ◦ blue 250

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

Shades of Fuchsia Pink #F973FA

Tints of Fuchsia Pink #F973FA

RGB

 RED value IS 249 (97.66% from 255) = 40.55%

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

 BLUE value IS 250 (98.05% from 255) = 40.72%

R = 40.55%
G = 18.73%
B = 40.72%

CMYK

 C value IS 0.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F973FA (or 0xF973FA) is known color: Fuchsia Pink. HEX triplet: F9, 73 and FA. RGB value is (249,115,250). Sum of RGB (Red+Green+Blue) = 249+115+250=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 115 (45.31% from 255 or 18.73% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #F973FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F973FA is #068C05. Grayscale: #AAAAAA. Windows color (decimal): -429062 or 16413689. OLE color: 16413689.

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

Color convert

RGB 249 115 250 -
CMYK 0.00 0.54 0 0.02
HSL 299.56º 0.93% 0.72% -
HSV(B) 299.56º 0.54% 0.98% -
XYZ 62.45 39.3 94.74 -
YUV 170.46 172.89 184.02 -
System Red Green Blue C M Y K H S L
Decimal 249 115 250 0.00 0.54 0 0.02 299.56 0.93 0.72
Hex F9 73 FA 0 36 0 2 12C 5D 48
Octal 371 163 372 0 66 0 2 454 135 110
Binary 11111001 1110011 11111010 0 110110 0 10 100101100 1011101 1001000

Color Harmonies of #F973FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F973FA

Black with #F973FA

Text Example


Text Example

White with #F973FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F973FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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