Html Css Color HEX #F983FF Fuchsia Pink

📋 copy color: '#F983FF'

red 249 ◦ green 131 ◦ blue 255

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

Shades of Fuchsia Pink #F983FF

Tints of Fuchsia Pink #F983FF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 20.63%

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

R = 39.21%
G = 20.63%
B = 40.16%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F983FF (or 0xF983FF) is known color: Fuchsia Pink. HEX triplet: F9, 83 and FF. RGB value is (249,131,255). Sum of RGB (Red+Green+Blue) = 249+131+255=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 131 (51.56% from 255 or 20.63% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #F983FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F983FF is #067C00. Grayscale: #B4B4B4. Windows color (decimal): -424961 or 16745465. OLE color: 16745465.

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

Color convert

RGB 249 131 255 -
CMYK 0.02 0.49 0 0
HSL 297.1º 1% 0.76% -
HSV(B) 297.1º 0.49% 1% -
XYZ 65.23 43.59 99.58 -
YUV 180.42 170.09 176.92 -
System Red Green Blue C M Y K H S L
Decimal 249 131 255 0.02 0.49 0 0 297.1 1 0.76
Hex F9 83 FF 2 31 0 0 129 64 4C
Octal 371 203 377 2 61 0 0 451 144 114
Binary 11111001 10000011 11111111 10 110001 0 0 100101001 1100100 1001100

Color Harmonies of #F983FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F983FF

Black with #F983FF

Text Example


Text Example

White with #F983FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F983FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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