Html Css Color HEX #F1137B Deep Pink

📋 copy color: '#F1137B'

red 241 ◦ green 19 ◦ blue 123

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

Shades of Deep Pink #F1137B

Tints of Deep Pink #F1137B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.11%

R = 62.92%
G = 4.96%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1137B (or 0xF1137B) is known color: Deep Pink. HEX triplet: F1, 13 and 7B. RGB value is (241,19,123). Sum of RGB (Red+Green+Blue) = 241+19+123=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F1137B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1137B is #0EEC84. Grayscale: #616161. Windows color (decimal): -978053 or 8066033. OLE color: 8066033.

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

Color convert

RGB 241 19 123 -
CMYK 0 0.92 0.49 0.05
HSL 331.89º 0.89% 0.51% -
HSV(B) 331.89º 0.92% 0.95% -
XYZ 40.08 20.6 20.6 -
YUV 97.23 142.55 230.54 -
System Red Green Blue C M Y K H S L
Decimal 241 19 123 0 0.92 0.49 0.05 331.89 0.89 0.51
Hex F1 13 7B 0 5C 31 5 14C 59 33
Octal 361 23 173 0 134 61 5 514 131 63
Binary 11110001 10011 1111011 0 1011100 110001 101 101001100 1011001 110011

Color Harmonies of #F1137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1137B

Black with #F1137B

Text Example


Text Example

White with #F1137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1137B; }

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

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

background-color css

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

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

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

border-color css

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

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

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