Html Css Color HEX #F1158D Deep Pink

📋 copy color: '#F1158D'

red 241 ◦ green 21 ◦ blue 141

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

Shades of Deep Pink #F1158D

Tints of Deep Pink #F1158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.21%

 BLUE value IS 141 (55.47% from 255) = 34.99%

R = 59.8%
G = 5.21%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1158D (or 0xF1158D) is known color: Deep Pink. HEX triplet: F1, 15 and 8D. RGB value is (241,21,141). Sum of RGB (Red+Green+Blue) = 241+21+141=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F1158D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1158D is #0EEA72. Grayscale: #646464. Windows color (decimal): -977523 or 9246193. OLE color: 9246193.

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

Color convert

RGB 241 21 141 -
CMYK 0 0.91 0.41 0.05
HSL 327.27º 0.89% 0.51% -
HSV(B) 327.27º 0.91% 0.95% -
XYZ 41.35 21.16 27.1 -
YUV 100.46 150.89 228.24 -
System Red Green Blue C M Y K H S L
Decimal 241 21 141 0 0.91 0.41 0.05 327.27 0.89 0.51
Hex F1 15 8D 0 5B 29 5 147 59 33
Octal 361 25 215 0 133 51 5 507 131 63
Binary 11110001 10101 10001101 0 1011011 101001 101 101000111 1011001 110011

Color Harmonies of #F1158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1158D

Black with #F1158D

Text Example


Text Example

White with #F1158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1158D; }

 p { color: rgb(241,21,141); }

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

background-color css

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

 a { background-color: rgb(241,21,141); }

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

border-color css

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

 span { border-color: rgb(241,21,141); }

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