Html Css Color HEX #F11DB7 Spicy Pink

📋 copy color: '#F11DB7'

red 241 ◦ green 29 ◦ blue 183

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

Shades of Spicy Pink #F11DB7

Tints of Spicy Pink #F11DB7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.4%

 BLUE value IS 183 (71.88% from 255) = 40.4%

R = 53.2%
G = 6.4%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F11DB7 (or 0xF11DB7) is known color: Spicy Pink. HEX triplet: F1, 1D and B7. RGB value is (241,29,183). Sum of RGB (Red+Green+Blue) = 241+29+183=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11DB7 is #0EE248. Grayscale: #6D6D6D. Windows color (decimal): -975433 or 12000753. OLE color: 12000753.

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

Color convert

RGB 241 29 183 -
CMYK 0 0.88 0.24 0.05
HSL 316.42º 0.88% 0.53% -
HSV(B) 316.42º 0.88% 0.95% -
XYZ 45.26 23 46.85 -
YUV 109.94 169.24 221.48 -
System Red Green Blue C M Y K H S L
Decimal 241 29 183 0 0.88 0.24 0.05 316.42 0.88 0.53
Hex F1 1D B7 0 58 18 5 13C 58 35
Octal 361 35 267 0 130 30 5 474 130 65
Binary 11110001 11101 10110111 0 1011000 11000 101 100111100 1011000 110101

Color Harmonies of #F11DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11DB7

Black with #F11DB7

Text Example


Text Example

White with #F11DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11DB7; }

 p { color: rgb(241,29,183); }

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

background-color css

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

 a { background-color: rgb(241,29,183); }

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

border-color css

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

 span { border-color: rgb(241,29,183); }

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