Html Css Color HEX #F984FF Fuchsia Pink

📋 copy color: '#F984FF'

red 249 ◦ green 132 ◦ blue 255

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

Shades of Fuchsia Pink #F984FF

Tints of Fuchsia Pink #F984FF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 20.75%

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

R = 39.15%
G = 20.75%
B = 40.09%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F984FF (or 0xF984FF) is known color: Fuchsia Pink. HEX triplet: F9, 84 and FF. RGB value is (249,132,255). Sum of RGB (Red+Green+Blue) = 249+132+255=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 132 (51.95% from 255 or 20.75% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #F984FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F984FF is #067B00. Grayscale: #B4B4B4. Windows color (decimal): -424705 or 16745721. OLE color: 16745721.

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

Color convert

RGB 249 132 255 -
CMYK 0.02 0.48 0 0
HSL 297.07º 1% 0.76% -
HSV(B) 297.07º 0.48% 1% -
XYZ 65.37 43.86 99.63 -
YUV 181.01 169.76 176.5 -
System Red Green Blue C M Y K H S L
Decimal 249 132 255 0.02 0.48 0 0 297.07 1 0.76
Hex F9 84 FF 2 30 0 0 129 64 4C
Octal 371 204 377 2 60 0 0 451 144 114
Binary 11111001 10000100 11111111 10 110000 0 0 100101001 1100100 1001100

Color Harmonies of #F984FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F984FF

Black with #F984FF

Text Example


Text Example

White with #F984FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F984FF; }

 p { color: rgb(249,132,255); }

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

background-color css

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

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

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

border-color css

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

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

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