Html Css Color HEX #F973F9 Fuchsia Pink

📋 copy color: '#F973F9'

red 249 ◦ green 115 ◦ blue 249

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

Shades of Fuchsia Pink #F973F9

Tints of Fuchsia Pink #F973F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.62%

R = 40.62%
G = 18.76%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F973F9 (or 0xF973F9) is known color: Fuchsia Pink. HEX triplet: F9, 73 and F9. RGB value is (249,115,249). Sum of RGB (Red+Green+Blue) = 249+115+249=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 115 (45.31% from 255 or 18.76% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F973F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F973F9 is #068C06. Grayscale: #A9A9A9. Windows color (decimal): -429063 or 16348153. OLE color: 16348153.

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

Color convert

RGB 249 115 249 -
CMYK 0 0.54 0 0.02
HSL 300º 0.92% 0.71% -
HSV(B) 300º 0.54% 0.98% -
XYZ 62.3 39.24 93.91 -
YUV 170.34 172.39 184.1 -
System Red Green Blue C M Y K H S L
Decimal 249 115 249 0 0.54 0 0.02 300 0.92 0.71
Hex F9 73 F9 0 36 0 2 12C 5C 47
Octal 371 163 371 0 66 0 2 454 134 107
Binary 11111001 1110011 11111001 0 110110 0 10 100101100 1011100 1000111

Color Harmonies of #F973F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F973F9

Black with #F973F9

Text Example


Text Example

White with #F973F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F973F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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