Html Css Color HEX #F1137D Deep Pink

📋 copy color: '#F1137D'

red 241 ◦ green 19 ◦ blue 125

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

Shades of Deep Pink #F1137D

Tints of Deep Pink #F1137D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 62.6%
G = 4.94%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1137D (or 0xF1137D) is known color: Deep Pink. HEX triplet: F1, 13 and 7D. RGB value is (241,19,125). Sum of RGB (Red+Green+Blue) = 241+19+125=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F1137D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1137D is #0EEC82. Grayscale: #616161. Windows color (decimal): -978051 or 8197105. OLE color: 8197105.

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

Color convert

RGB 241 19 125 -
CMYK 0 0.92 0.48 0.05
HSL 331.35º 0.89% 0.51% -
HSV(B) 331.35º 0.92% 0.95% -
XYZ 40.21 20.65 21.27 -
YUV 97.46 143.55 230.38 -
System Red Green Blue C M Y K H S L
Decimal 241 19 125 0 0.92 0.48 0.05 331.35 0.89 0.51
Hex F1 13 7D 0 5C 30 5 14B 59 33
Octal 361 23 175 0 134 60 5 513 131 63
Binary 11110001 10011 1111101 0 1011100 110000 101 101001011 1011001 110011

Color Harmonies of #F1137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1137D

Black with #F1137D

Text Example


Text Example

White with #F1137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1137D; }

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

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

background-color css

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

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

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

border-color css

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

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

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