Html Css Color HEX #F98BFF Fuchsia Pink

📋 copy color: '#F98BFF'

red 249 ◦ green 139 ◦ blue 255

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

Shades of Fuchsia Pink #F98BFF

Tints of Fuchsia Pink #F98BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 21.62%

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

R = 38.72%
G = 21.62%
B = 39.66%

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

#F98BFF (or 0xF98BFF) is known color: Fuchsia Pink. HEX triplet: F9, 8B and FF. RGB value is (249,139,255). Sum of RGB (Red+Green+Blue) = 249+139+255=643 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.72% from 643); Green value is 139 (54.69% from 255 or 21.62% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #F98BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98BFF is #067400. Grayscale: #B8B8B8. Windows color (decimal): -422913 or 16747513. OLE color: 16747513.

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

Color convert

RGB 249 139 255 -
CMYK 0.02 0.45 0 0
HSL 296.9º 1% 0.77% -
HSV(B) 296.9º 0.45% 1% -
XYZ 66.35 45.82 99.96 -
YUV 185.11 167.44 173.57 -
System Red Green Blue C M Y K H S L
Decimal 249 139 255 0.02 0.45 0 0 296.9 1 0.77
Hex F9 8B FF 2 2D 0 0 129 64 4D
Octal 371 213 377 2 55 0 0 451 144 115
Binary 11111001 10001011 11111111 10 101101 0 0 100101001 1100100 1001101

Color Harmonies of #F98BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98BFF

Black with #F98BFF

Text Example


Text Example

White with #F98BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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