Html Css Color HEX #F11F8D Deep Pink

📋 copy color: '#F11F8D'

red 241 ◦ green 31 ◦ blue 141

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

Shades of Deep Pink #F11F8D

Tints of Deep Pink #F11F8D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.51%

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 58.35%
G = 7.51%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F11F8D (or 0xF11F8D) is known color: Deep Pink. HEX triplet: F1, 1F and 8D. RGB value is (241,31,141). Sum of RGB (Red+Green+Blue) = 241+31+141=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11F8D is #0EE072. Grayscale: #6A6A6A. Windows color (decimal): -974963 or 9248753. OLE color: 9248753.

HSL color Cylindrical-coordinate representation of color #F11F8D: hue angle of 328.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F11F8D is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 31 141 -
CMYK 0 0.87 0.41 0.05
HSL 328.57º 0.88% 0.53% -
HSV(B) 328.57º 0.87% 0.95% -
XYZ 41.57 21.6 27.18 -
YUV 106.33 147.57 224.06 -
System Red Green Blue C M Y K H S L
Decimal 241 31 141 0 0.87 0.41 0.05 328.57 0.88 0.53
Hex F1 1F 8D 0 57 29 5 149 58 35
Octal 361 37 215 0 127 51 5 511 130 65
Binary 11110001 11111 10001101 0 1010111 101001 101 101001001 1011000 110101

Color Harmonies of #F11F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11F8D

Black with #F11F8D

Text Example


Text Example

White with #F11F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11F8D; }

 p { color: rgb(241,31,141); }

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

background-color css

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

 a { background-color: rgb(241,31,141); }

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

border-color css

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

 span { border-color: rgb(241,31,141); }

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