Html Css Color HEX #F1188D Deep Pink

📋 copy color: '#F1188D'

red 241 ◦ green 24 ◦ blue 141

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

Shades of Deep Pink #F1188D

Tints of Deep Pink #F1188D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.91%

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

R = 59.36%
G = 5.91%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1188D (or 0xF1188D) is known color: Deep Pink. HEX triplet: F1, 18 and 8D. RGB value is (241,24,141). Sum of RGB (Red+Green+Blue) = 241+24+141=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F1188D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1188D is #0EE772. Grayscale: #656565. Windows color (decimal): -976755 or 9246961. OLE color: 9246961.

HSL color Cylindrical-coordinate representation of color #F1188D: hue angle of 327.65º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1188D is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 24 141 -
CMYK 0 0.90 0.41 0.05
HSL 327.65º 0.89% 0.52% -
HSV(B) 327.65º 0.9% 0.95% -
XYZ 41.41 21.28 27.12 -
YUV 102.22 149.89 226.99 -
System Red Green Blue C M Y K H S L
Decimal 241 24 141 0 0.90 0.41 0.05 327.65 0.89 0.52
Hex F1 18 8D 0 5A 29 5 148 59 34
Octal 361 30 215 0 132 51 5 510 131 64
Binary 11110001 11000 10001101 0 1011010 101001 101 101001000 1011001 110100

Color Harmonies of #F1188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1188D

Black with #F1188D

Text Example


Text Example

White with #F1188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1188D; }

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

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

background-color css

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

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

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

border-color css

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

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

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