Html Css Color HEX #F988FF Fuchsia Pink

📋 copy color: '#F988FF'

red 249 ◦ green 136 ◦ blue 255

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

Shades of Fuchsia Pink #F988FF

Tints of Fuchsia Pink #F988FF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 21.25%

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

R = 38.91%
G = 21.25%
B = 39.84%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F988FF (or 0xF988FF) is known color: Fuchsia Pink. HEX triplet: F9, 88 and FF. RGB value is (249,136,255). Sum of RGB (Red+Green+Blue) = 249+136+255=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 136 (53.52% from 255 or 21.25% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #F988FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F988FF is #067700. Grayscale: #B6B6B6. Windows color (decimal): -423681 or 16746745. OLE color: 16746745.

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

Color convert

RGB 249 136 255 -
CMYK 0.02 0.47 0 0
HSL 296.97º 1% 0.77% -
HSV(B) 296.97º 0.47% 1% -
XYZ 65.92 44.97 99.81 -
YUV 183.35 168.44 174.82 -
System Red Green Blue C M Y K H S L
Decimal 249 136 255 0.02 0.47 0 0 296.97 1 0.77
Hex F9 88 FF 2 2F 0 0 129 64 4D
Octal 371 210 377 2 57 0 0 451 144 115
Binary 11111001 10001000 11111111 10 101111 0 0 100101001 1100100 1001101

Color Harmonies of #F988FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F988FF

Black with #F988FF

Text Example


Text Example

White with #F988FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F988FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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