Html Css Color HEX #F1138B Deep Pink

📋 copy color: '#F1138B'

red 241 ◦ green 19 ◦ blue 139

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

Shades of Deep Pink #F1138B

Tints of Deep Pink #F1138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.76%

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

R = 60.4%
G = 4.76%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1138B (or 0xF1138B) is known color: Deep Pink. HEX triplet: F1, 13 and 8B. RGB value is (241,19,139). Sum of RGB (Red+Green+Blue) = 241+19+139=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F1138B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1138B is #0EEC74. Grayscale: #626262. Windows color (decimal): -978037 or 9114609. OLE color: 9114609.

HSL color Cylindrical-coordinate representation of color #F1138B: hue angle of 327.57º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1138B is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 19 139 -
CMYK 0 0.92 0.42 0.05
HSL 327.57º 0.89% 0.51% -
HSV(B) 327.57º 0.92% 0.95% -
XYZ 41.17 21.03 26.32 -
YUV 99.06 150.55 229.24 -
System Red Green Blue C M Y K H S L
Decimal 241 19 139 0 0.92 0.42 0.05 327.57 0.89 0.51
Hex F1 13 8B 0 5C 2A 5 148 59 33
Octal 361 23 213 0 134 52 5 510 131 63
Binary 11110001 10011 10001011 0 1011100 101010 101 101001000 1011001 110011

Color Harmonies of #F1138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1138B

Black with #F1138B

Text Example


Text Example

White with #F1138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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