Html Css Color HEX #F1138C Deep Pink

📋 copy color: '#F1138C'

red 241 ◦ green 19 ◦ blue 140

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

Shades of Deep Pink #F1138C

Tints of Deep Pink #F1138C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35%

R = 60.25%
G = 4.75%
B = 35%

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

#F1138C (or 0xF1138C) is known color: Deep Pink. HEX triplet: F1, 13 and 8C. RGB value is (241,19,140). Sum of RGB (Red+Green+Blue) = 241+19+140=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1138C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1138C is #0EEC73. Grayscale: #626262. Windows color (decimal): -978036 or 9180145. OLE color: 9180145.

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

Color convert

RGB 241 19 140 -
CMYK 0 0.92 0.42 0.05
HSL 327.3º 0.89% 0.51% -
HSV(B) 327.3º 0.92% 0.95% -
XYZ 41.24 21.06 26.7 -
YUV 99.17 151.05 229.16 -
System Red Green Blue C M Y K H S L
Decimal 241 19 140 0 0.92 0.42 0.05 327.3 0.89 0.51
Hex F1 13 8C 0 5C 2A 5 147 59 33
Octal 361 23 214 0 134 52 5 507 131 63
Binary 11110001 10011 10001100 0 1011100 101010 101 101000111 1011001 110011

Color Harmonies of #F1138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1138C

Black with #F1138C

Text Example


Text Example

White with #F1138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1138C; }

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

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

background-color css

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

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

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

border-color css

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

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

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