Html Css Color HEX #F1188B Deep Pink

📋 copy color: '#F1188B'

red 241 ◦ green 24 ◦ blue 139

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

Shades of Deep Pink #F1188B

Tints of Deep Pink #F1188B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.41%

R = 59.65%
G = 5.94%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1188B (or 0xF1188B) is known color: Deep Pink. HEX triplet: F1, 18 and 8B. RGB value is (241,24,139). Sum of RGB (Red+Green+Blue) = 241+24+139=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1188B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1188B is #0EE774. Grayscale: #656565. Windows color (decimal): -976757 or 9115889. OLE color: 9115889.

HSL color Cylindrical-coordinate representation of color #F1188B: hue angle of 328.2º 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 #F1188B is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 24 139 -
CMYK 0 0.90 0.42 0.05
HSL 328.2º 0.89% 0.52% -
HSV(B) 328.2º 0.9% 0.95% -
XYZ 41.26 21.22 26.35 -
YUV 101.99 148.89 227.15 -
System Red Green Blue C M Y K H S L
Decimal 241 24 139 0 0.90 0.42 0.05 328.2 0.89 0.52
Hex F1 18 8B 0 5A 2A 5 148 59 34
Octal 361 30 213 0 132 52 5 510 131 64
Binary 11110001 11000 10001011 0 1011010 101010 101 101001000 1011001 110100

Color Harmonies of #F1188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1188B

Black with #F1188B

Text Example


Text Example

White with #F1188B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1188B; }

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

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

background-color css

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

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

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

border-color css

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

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

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