Html Css Color HEX #F10186 Deep Pink

📋 copy color: '#F10186'

red 241 ◦ green 1 ◦ blue 134

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

Shades of Deep Pink #F10186

Tints of Deep Pink #F10186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 64.1%
G = 0.27%
B = 35.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F10186 (or 0xF10186) is known color: Deep Pink. HEX triplet: F1, 01 and 86. RGB value is (241,1,134). Sum of RGB (Red+Green+Blue) = 241+1+134=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F10186 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10186 is #0EFE79. Grayscale: #575757. Windows color (decimal): -982650 or 8782321. OLE color: 8782321.

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

Color convert

RGB 241 1 134 -
CMYK 0 1.00 0.44 0.05
HSL 326.75º 0.99% 0.47% -
HSV(B) 326.75º 1% 0.95% -
XYZ 40.59 20.44 24.36 -
YUV 87.92 154.01 237.19 -
System Red Green Blue C M Y K H S L
Decimal 241 1 134 0 1.00 0.44 0.05 326.75 0.99 0.47
Hex F1 1 86 0 64 2C 5 147 63 2F
Octal 361 1 206 0 144 54 5 507 143 57
Binary 11110001 1 10000110 0 1100100 101100 101 101000111 1100011 101111

Color Harmonies of #F10186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10186

Black with #F10186

Text Example


Text Example

White with #F10186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10186; }

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

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

background-color css

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

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

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

border-color css

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

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

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