Html Css Color HEX #F10986 Deep Pink

📋 copy color: '#F10986'

red 241 ◦ green 9 ◦ blue 134

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

Shades of Deep Pink #F10986

Tints of Deep Pink #F10986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.34%

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

R = 62.76%
G = 2.34%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F10986 (or 0xF10986) is known color: Deep Pink. HEX triplet: F1, 09 and 86. RGB value is (241,9,134). Sum of RGB (Red+Green+Blue) = 241+9+134=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F10986 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10986 is #0EF679. Grayscale: #5C5C5C. Windows color (decimal): -980602 or 8784369. OLE color: 8784369.

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

Color convert

RGB 241 9 134 -
CMYK 0 0.96 0.44 0.05
HSL 327.67º 0.93% 0.49% -
HSV(B) 327.67º 0.96% 0.95% -
XYZ 40.68 20.62 24.39 -
YUV 92.62 151.36 233.84 -
System Red Green Blue C M Y K H S L
Decimal 241 9 134 0 0.96 0.44 0.05 327.67 0.93 0.49
Hex F1 9 86 0 60 2C 5 148 5D 31
Octal 361 11 206 0 140 54 5 510 135 61
Binary 11110001 1001 10000110 0 1100000 101100 101 101001000 1011101 110001

Color Harmonies of #F10986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10986

Black with #F10986

Text Example


Text Example

White with #F10986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10986; }

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

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

background-color css

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

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

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

border-color css

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

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

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