Html Css Color HEX #F98BFE Fuchsia Pink

📋 copy color: '#F98BFE'

red 249 ◦ green 139 ◦ blue 254

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

Shades of Fuchsia Pink #F98BFE

Tints of Fuchsia Pink #F98BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.56%

R = 38.79%
G = 21.65%
B = 39.56%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F98BFE (or 0xF98BFE) is known color: Fuchsia Pink. HEX triplet: F9, 8B and FE. RGB value is (249,139,254). Sum of RGB (Red+Green+Blue) = 249+139+254=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 139 (54.69% from 255 or 21.65% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #F98BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98BFE is #067401. Grayscale: #B8B8B8. Windows color (decimal): -422914 or 16681977. OLE color: 16681977.

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

Color convert

RGB 249 139 254 -
CMYK 0.02 0.45 0 0.00
HSL 297.39º 0.98% 0.77% -
HSV(B) 297.39º 0.45% 1% -
XYZ 66.19 45.76 99.11 -
YUV 185 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 249 139 254 0.02 0.45 0 0.00 297.39 0.98 0.77
Hex F9 8B FE 2 2D 0 0 129 62 4D
Octal 371 213 376 2 55 0 0 451 142 115
Binary 11111001 10001011 11111110 10 101101 0 0 100101001 1100010 1001101

Color Harmonies of #F98BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98BFE

Black with #F98BFE

Text Example


Text Example

White with #F98BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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