Html Css Color HEX #F1128D Deep Pink

📋 copy color: '#F1128D'

red 241 ◦ green 18 ◦ blue 141

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

Shades of Deep Pink #F1128D

Tints of Deep Pink #F1128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.5%

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

R = 60.25%
G = 4.5%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1128D (or 0xF1128D) is known color: Deep Pink. HEX triplet: F1, 12 and 8D. RGB value is (241,18,141). Sum of RGB (Red+Green+Blue) = 241+18+141=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1128D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1128D is #0EED72. Grayscale: #626262. Windows color (decimal): -978291 or 9245425. OLE color: 9245425.

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

Color convert

RGB 241 18 141 -
CMYK 0 0.93 0.41 0.05
HSL 326.91º 0.89% 0.51% -
HSV(B) 326.91º 0.93% 0.95% -
XYZ 41.3 21.06 27.09 -
YUV 98.7 151.88 229.5 -
System Red Green Blue C M Y K H S L
Decimal 241 18 141 0 0.93 0.41 0.05 326.91 0.89 0.51
Hex F1 12 8D 0 5D 29 5 147 59 33
Octal 361 22 215 0 135 51 5 507 131 63
Binary 11110001 10010 10001101 0 1011101 101001 101 101000111 1011001 110011

Color Harmonies of #F1128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1128D

Black with #F1128D

Text Example


Text Example

White with #F1128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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