Html Css Color HEX #F1137F Deep Pink

📋 copy color: '#F1137F'

red 241 ◦ green 19 ◦ blue 127

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

Shades of Deep Pink #F1137F

Tints of Deep Pink #F1137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.82%

R = 62.27%
G = 4.91%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1137F (or 0xF1137F) is known color: Deep Pink. HEX triplet: F1, 13 and 7F. RGB value is (241,19,127). Sum of RGB (Red+Green+Blue) = 241+19+127=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F1137F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1137F is #0EEC80. Grayscale: #616161. Windows color (decimal): -978049 or 8328177. OLE color: 8328177.

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

Color convert

RGB 241 19 127 -
CMYK 0 0.92 0.47 0.05
HSL 330.81º 0.89% 0.51% -
HSV(B) 330.81º 0.92% 0.95% -
XYZ 40.34 20.7 21.95 -
YUV 97.69 144.55 230.22 -
System Red Green Blue C M Y K H S L
Decimal 241 19 127 0 0.92 0.47 0.05 330.81 0.89 0.51
Hex F1 13 7F 0 5C 2F 5 14B 59 33
Octal 361 23 177 0 134 57 5 513 131 63
Binary 11110001 10011 1111111 0 1011100 101111 101 101001011 1011001 110011

Color Harmonies of #F1137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1137F

Black with #F1137F

Text Example


Text Example

White with #F1137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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