Html Css Color HEX #F11285 Deep Pink

📋 copy color: '#F11285'

red 241 ◦ green 18 ◦ blue 133

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

Shades of Deep Pink #F11285

Tints of Deep Pink #F11285

RGB

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

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

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

R = 61.48%
G = 4.59%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F11285 (or 0xF11285) is known color: Deep Pink. HEX triplet: F1, 12 and 85. RGB value is (241,18,133). Sum of RGB (Red+Green+Blue) = 241+18+133=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F11285 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11285 is #0EED7A. Grayscale: #616161. Windows color (decimal): -978299 or 8721137. OLE color: 8721137.

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

Color convert

RGB 241 18 133 -
CMYK 0 0.93 0.45 0.05
HSL 329.06º 0.89% 0.51% -
HSV(B) 329.06º 0.93% 0.95% -
XYZ 40.73 20.83 24.06 -
YUV 97.79 147.88 230.15 -
System Red Green Blue C M Y K H S L
Decimal 241 18 133 0 0.93 0.45 0.05 329.06 0.89 0.51
Hex F1 12 85 0 5D 2D 5 149 59 33
Octal 361 22 205 0 135 55 5 511 131 63
Binary 11110001 10010 10000101 0 1011101 101101 101 101001001 1011001 110011

Color Harmonies of #F11285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11285

Black with #F11285

Text Example


Text Example

White with #F11285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11285; }

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

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

background-color css

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

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

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

border-color css

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

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

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