Html Css Color HEX #F00186 Deep Pink

📋 copy color: '#F00186'

red 240 ◦ green 1 ◦ blue 134

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

Shades of Deep Pink #F00186

Tints of Deep Pink #F00186

RGB

 RED value IS 240 (94.14% from 255) = 64%

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

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

R = 64%
G = 0.27%
B = 35.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F00186 (or 0xF00186) is known color: Deep Pink. HEX triplet: F0, 01 and 86. RGB value is (240,1,134). Sum of RGB (Red+Green+Blue) = 240+1+134=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F00186 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00186 is #0FFE79. Grayscale: #575757. Windows color (decimal): -1048186 or 8782320. OLE color: 8782320.

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

Color convert

RGB 240 1 134 -
CMYK 0 1.00 0.44 0.06
HSL 326.61º 0.99% 0.47% -
HSV(B) 326.61º 1% 0.94% -
XYZ 40.25 20.27 24.35 -
YUV 87.62 154.18 236.69 -
System Red Green Blue C M Y K H S L
Decimal 240 1 134 0 1.00 0.44 0.06 326.61 0.99 0.47
Hex F0 1 86 0 64 2C 6 147 63 2F
Octal 360 1 206 0 144 54 6 507 143 57
Binary 11110000 1 10000110 0 1100100 101100 110 101000111 1100011 101111

Color Harmonies of #F00186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00186

Black with #F00186

Text Example


Text Example

White with #F00186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00186; }

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

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

background-color css

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

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

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

border-color css

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

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

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