Html Css Color HEX #F11F7E Deep Pink

📋 copy color: '#F11F7E'

red 241 ◦ green 31 ◦ blue 126

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

Shades of Deep Pink #F11F7E

Tints of Deep Pink #F11F7E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.79%

 BLUE value IS 126 (49.61% from 255) = 31.66%

R = 60.55%
G = 7.79%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F11F7E (or 0xF11F7E) is known color: Deep Pink. HEX triplet: F1, 1F and 7E. RGB value is (241,31,126). Sum of RGB (Red+Green+Blue) = 241+31+126=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11F7E is #0EE081. Grayscale: #686868. Windows color (decimal): -974978 or 8265713. OLE color: 8265713.

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

Color convert

RGB 241 31 126 -
CMYK 0 0.87 0.48 0.05
HSL 332.86º 0.88% 0.53% -
HSV(B) 332.86º 0.87% 0.95% -
XYZ 40.53 21.19 21.69 -
YUV 104.62 140.07 225.28 -
System Red Green Blue C M Y K H S L
Decimal 241 31 126 0 0.87 0.48 0.05 332.86 0.88 0.53
Hex F1 1F 7E 0 57 30 5 14D 58 35
Octal 361 37 176 0 127 60 5 515 130 65
Binary 11110001 11111 1111110 0 1010111 110000 101 101001101 1011000 110101

Color Harmonies of #F11F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11F7E

Black with #F11F7E

Text Example


Text Example

White with #F11F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11F7E; }

 p { color: rgb(241,31,126); }

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

background-color css

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

 a { background-color: rgb(241,31,126); }

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

border-color css

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

 span { border-color: rgb(241,31,126); }

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