Html Css Color HEX #F1159D Deep Pink

📋 copy color: '#F1159D'

red 241 ◦ green 21 ◦ blue 157

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

Shades of Deep Pink #F1159D

Tints of Deep Pink #F1159D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.47%

R = 57.52%
G = 5.01%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1159D (or 0xF1159D) is known color: Deep Pink. HEX triplet: F1, 15 and 9D. RGB value is (241,21,157). Sum of RGB (Red+Green+Blue) = 241+21+157=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F1159D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1159D is #0EEA62. Grayscale: #656565. Windows color (decimal): -977507 or 10294769. OLE color: 10294769.

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

Color convert

RGB 241 21 157 -
CMYK 0 0.91 0.35 0.05
HSL 322.91º 0.89% 0.51% -
HSV(B) 322.91º 0.91% 0.95% -
XYZ 42.63 21.67 33.83 -
YUV 102.28 158.89 226.94 -
System Red Green Blue C M Y K H S L
Decimal 241 21 157 0 0.91 0.35 0.05 322.91 0.89 0.51
Hex F1 15 9D 0 5B 23 5 143 59 33
Octal 361 25 235 0 133 43 5 503 131 63
Binary 11110001 10101 10011101 0 1011011 100011 101 101000011 1011001 110011

Color Harmonies of #F1159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1159D

Black with #F1159D

Text Example


Text Example

White with #F1159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1159D; }

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

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

background-color css

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

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

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

border-color css

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

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

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