Html Css Color HEX #F1158B Deep Pink

📋 copy color: '#F1158B'

red 241 ◦ green 21 ◦ blue 139

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

Shades of Deep Pink #F1158B

Tints of Deep Pink #F1158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 60.1%
G = 5.24%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1158B (or 0xF1158B) is known color: Deep Pink. HEX triplet: F1, 15 and 8B. RGB value is (241,21,139). Sum of RGB (Red+Green+Blue) = 241+21+139=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F1158B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1158B is #0EEA74. Grayscale: #636363. Windows color (decimal): -977525 or 9115121. OLE color: 9115121.

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

Color convert

RGB 241 21 139 -
CMYK 0 0.91 0.42 0.05
HSL 327.82º 0.89% 0.51% -
HSV(B) 327.82º 0.91% 0.95% -
XYZ 41.2 21.1 26.33 -
YUV 100.23 149.89 228.41 -
System Red Green Blue C M Y K H S L
Decimal 241 21 139 0 0.91 0.42 0.05 327.82 0.89 0.51
Hex F1 15 8B 0 5B 2A 5 148 59 33
Octal 361 25 213 0 133 52 5 510 131 63
Binary 11110001 10101 10001011 0 1011011 101010 101 101001000 1011001 110011

Color Harmonies of #F1158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1158B

Black with #F1158B

Text Example


Text Example

White with #F1158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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