Html Css Color HEX #F10386 Deep Pink

📋 copy color: '#F10386'

red 241 ◦ green 3 ◦ blue 134

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

Shades of Deep Pink #F10386

Tints of Deep Pink #F10386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 63.76%
G = 0.79%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F10386 (or 0xF10386) is known color: Deep Pink. HEX triplet: F1, 03 and 86. RGB value is (241,3,134). Sum of RGB (Red+Green+Blue) = 241+3+134=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F10386 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10386 is #0EFC79. Grayscale: #585858. Windows color (decimal): -982138 or 8782833. OLE color: 8782833.

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

Color convert

RGB 241 3 134 -
CMYK 0 0.99 0.44 0.05
HSL 326.97º 0.98% 0.48% -
HSV(B) 326.97º 0.99% 0.95% -
XYZ 40.61 20.49 24.37 -
YUV 89.1 153.35 236.35 -
System Red Green Blue C M Y K H S L
Decimal 241 3 134 0 0.99 0.44 0.05 326.97 0.98 0.48
Hex F1 3 86 0 63 2C 5 147 62 30
Octal 361 3 206 0 143 54 5 507 142 60
Binary 11110001 11 10000110 0 1100011 101100 101 101000111 1100010 110000

Color Harmonies of #F10386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10386

Black with #F10386

Text Example


Text Example

White with #F10386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10386; }

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

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

background-color css

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

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

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

border-color css

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

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

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