Html Css Color HEX #F10486 Deep Pink

📋 copy color: '#F10486'

red 241 ◦ green 4 ◦ blue 134

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

Shades of Deep Pink #F10486

Tints of Deep Pink #F10486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

 BLUE value IS 134 (52.73% from 255) = 35.36%

R = 63.59%
G = 1.06%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F10486 (or 0xF10486) is known color: Deep Pink. HEX triplet: F1, 04 and 86. RGB value is (241,4,134). Sum of RGB (Red+Green+Blue) = 241+4+134=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F10486 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10486 is #0EFB79. Grayscale: #595959. Windows color (decimal): -981882 or 8783089. OLE color: 8783089.

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

Color convert

RGB 241 4 134 -
CMYK 0 0.98 0.44 0.05
HSL 327.09º 0.97% 0.48% -
HSV(B) 327.09º 0.98% 0.95% -
XYZ 40.62 20.51 24.37 -
YUV 89.68 153.02 235.93 -
System Red Green Blue C M Y K H S L
Decimal 241 4 134 0 0.98 0.44 0.05 327.09 0.97 0.48
Hex F1 4 86 0 62 2C 5 147 61 30
Octal 361 4 206 0 142 54 5 507 141 60
Binary 11110001 100 10000110 0 1100010 101100 101 101000111 1100001 110000

Color Harmonies of #F10486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10486

Black with #F10486

Text Example


Text Example

White with #F10486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10486; }

 p { color: rgb(241,4,134); }

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

background-color css

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

 a { background-color: rgb(241,4,134); }

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

border-color css

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

 span { border-color: rgb(241,4,134); }

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