Html Css Color HEX #F11985 Deep Pink

📋 copy color: '#F11985'

red 241 ◦ green 25 ◦ blue 133

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

Shades of Deep Pink #F11985

Tints of Deep Pink #F11985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.27%

 BLUE value IS 133 (52.34% from 255) = 33.33%

R = 60.4%
G = 6.27%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F11985 (or 0xF11985) is known color: Deep Pink. HEX triplet: F1, 19 and 85. RGB value is (241,25,133). Sum of RGB (Red+Green+Blue) = 241+25+133=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F11985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11985 is #0EE67A. Grayscale: #656565. Windows color (decimal): -976507 or 8722929. OLE color: 8722929.

HSL color Cylindrical-coordinate representation of color #F11985: hue angle of 330º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11985 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 25 133 -
CMYK 0 0.90 0.45 0.05
HSL 330º 0.89% 0.52% -
HSV(B) 330º 0.9% 0.95% -
XYZ 40.86 21.09 24.11 -
YUV 101.9 145.56 227.22 -
System Red Green Blue C M Y K H S L
Decimal 241 25 133 0 0.90 0.45 0.05 330 0.89 0.52
Hex F1 19 85 0 5A 2D 5 14A 59 34
Octal 361 31 205 0 132 55 5 512 131 64
Binary 11110001 11001 10000101 0 1011010 101101 101 101001010 1011001 110100

Color Harmonies of #F11985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11985

Black with #F11985

Text Example


Text Example

White with #F11985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11985; }

 p { color: rgb(241,25,133); }

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

background-color css

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

 a { background-color: rgb(241,25,133); }

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

border-color css

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

 span { border-color: rgb(241,25,133); }

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