Html Css Color HEX #F10988 Deep Pink

📋 copy color: '#F10988'

red 241 ◦ green 9 ◦ blue 136

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

Shades of Deep Pink #F10988

Tints of Deep Pink #F10988

RGB

 RED value IS 241 (94.53% from 255) = 62.44%

 GREEN value IS 9 (3.91% from 255) = 2.33%

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 62.44%
G = 2.33%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F10988 (or 0xF10988) is known color: Deep Pink. HEX triplet: F1, 09 and 88. RGB value is (241,9,136). Sum of RGB (Red+Green+Blue) = 241+9+136=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F10988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10988 is #0EF677. Grayscale: #5C5C5C. Windows color (decimal): -980600 or 8915441. OLE color: 8915441.

HSL color Cylindrical-coordinate representation of color #F10988: hue angle of 327.16º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10988 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 9 136 -
CMYK 0 0.96 0.44 0.05
HSL 327.16º 0.93% 0.49% -
HSV(B) 327.16º 0.96% 0.95% -
XYZ 40.82 20.67 25.13 -
YUV 92.85 152.36 233.67 -
System Red Green Blue C M Y K H S L
Decimal 241 9 136 0 0.96 0.44 0.05 327.16 0.93 0.49
Hex F1 9 88 0 60 2C 5 147 5D 31
Octal 361 11 210 0 140 54 5 507 135 61
Binary 11110001 1001 10001000 0 1100000 101100 101 101000111 1011101 110001

Color Harmonies of #F10988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10988

Black with #F10988

Text Example


Text Example

White with #F10988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10988; }

 p { color: rgb(241,9,136); }

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

background-color css

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

 a { background-color: rgb(241,9,136); }

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

border-color css

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

 span { border-color: rgb(241,9,136); }

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