Html Css Color HEX #F11C7D Deep Pink

📋 copy color: '#F11C7D'

red 241 ◦ green 28 ◦ blue 125

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

Shades of Deep Pink #F11C7D

Tints of Deep Pink #F11C7D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.11%

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

R = 61.17%
G = 7.11%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F11C7D (or 0xF11C7D) is known color: Deep Pink. HEX triplet: F1, 1C and 7D. RGB value is (241,28,125). Sum of RGB (Red+Green+Blue) = 241+28+125=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11C7D is #0EE382. Grayscale: #666666. Windows color (decimal): -975747 or 8199409. OLE color: 8199409.

HSL color Cylindrical-coordinate representation of color #F11C7D: hue angle of 332.68º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11C7D is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 28 125 -
CMYK 0 0.88 0.48 0.05
HSL 332.68º 0.88% 0.53% -
HSV(B) 332.68º 0.88% 0.95% -
XYZ 40.39 21.01 21.33 -
YUV 102.75 140.57 226.61 -
System Red Green Blue C M Y K H S L
Decimal 241 28 125 0 0.88 0.48 0.05 332.68 0.88 0.53
Hex F1 1C 7D 0 58 30 5 14D 58 35
Octal 361 34 175 0 130 60 5 515 130 65
Binary 11110001 11100 1111101 0 1011000 110000 101 101001101 1011000 110101

Color Harmonies of #F11C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11C7D

Black with #F11C7D

Text Example


Text Example

White with #F11C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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