Html Css Color HEX #F98CFF Fuchsia Pink

📋 copy color: '#F98CFF'

red 249 ◦ green 140 ◦ blue 255

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

Shades of Fuchsia Pink #F98CFF

Tints of Fuchsia Pink #F98CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 21.74%

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

R = 38.66%
G = 21.74%
B = 39.6%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F98CFF (or 0xF98CFF) is known color: Fuchsia Pink. HEX triplet: F9, 8C and FF. RGB value is (249,140,255). Sum of RGB (Red+Green+Blue) = 249+140+255=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 140 (55.08% from 255 or 21.74% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #F98CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98CFF is #067300. Grayscale: #B9B9B9. Windows color (decimal): -422657 or 16747769. OLE color: 16747769.

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

Color convert

RGB 249 140 255 -
CMYK 0.02 0.45 0 0
HSL 296.87º 1% 0.77% -
HSV(B) 296.87º 0.45% 1% -
XYZ 66.5 46.12 100 -
YUV 185.7 167.11 173.15 -
System Red Green Blue C M Y K H S L
Decimal 249 140 255 0.02 0.45 0 0 296.87 1 0.77
Hex F9 8C FF 2 2D 0 0 129 64 4D
Octal 371 214 377 2 55 0 0 451 144 115
Binary 11111001 10001100 11111111 10 101101 0 0 100101001 1100100 1001101

Color Harmonies of #F98CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98CFF

Black with #F98CFF

Text Example


Text Example

White with #F98CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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