Html Css Color HEX #F1157D Deep Pink

📋 copy color: '#F1157D'

red 241 ◦ green 21 ◦ blue 125

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

Shades of Deep Pink #F1157D

Tints of Deep Pink #F1157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 62.27%
G = 5.43%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1157D (or 0xF1157D) is known color: Deep Pink. HEX triplet: F1, 15 and 7D. RGB value is (241,21,125). Sum of RGB (Red+Green+Blue) = 241+21+125=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F1157D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1157D is #0EEA82. Grayscale: #626262. Windows color (decimal): -977539 or 8197617. OLE color: 8197617.

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

Color convert

RGB 241 21 125 -
CMYK 0 0.91 0.48 0.05
HSL 331.64º 0.89% 0.51% -
HSV(B) 331.64º 0.91% 0.95% -
XYZ 40.25 20.72 21.28 -
YUV 98.64 142.89 229.54 -
System Red Green Blue C M Y K H S L
Decimal 241 21 125 0 0.91 0.48 0.05 331.64 0.89 0.51
Hex F1 15 7D 0 5B 30 5 14C 59 33
Octal 361 25 175 0 133 60 5 514 131 63
Binary 11110001 10101 1111101 0 1011011 110000 101 101001100 1011001 110011

Color Harmonies of #F1157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1157D

Black with #F1157D

Text Example


Text Example

White with #F1157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1157D; }

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

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

background-color css

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

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

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

border-color css

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

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

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