Html Css Color HEX #F01386 Deep Pink

📋 copy color: '#F01386'

red 240 ◦ green 19 ◦ blue 134

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

Shades of Deep Pink #F01386

Tints of Deep Pink #F01386

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.83%

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

R = 61.07%
G = 4.83%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F01386 (or 0xF01386) is known color: Deep Pink. HEX triplet: F0, 13 and 86. RGB value is (240,19,134). Sum of RGB (Red+Green+Blue) = 240+19+134=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F01386 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01386 is #0FEC79. Grayscale: #616161. Windows color (decimal): -1043578 or 8786928. OLE color: 8786928.

HSL color Cylindrical-coordinate representation of color #F01386: hue angle of 328.78º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01386 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 19 134 -
CMYK 0 0.92 0.44 0.06
HSL 328.78º 0.88% 0.51% -
HSV(B) 328.78º 0.92% 0.94% -
XYZ 40.47 20.71 24.42 -
YUV 98.19 148.22 229.15 -
System Red Green Blue C M Y K H S L
Decimal 240 19 134 0 0.92 0.44 0.06 328.78 0.88 0.51
Hex F0 13 86 0 5C 2C 6 149 58 33
Octal 360 23 206 0 134 54 6 511 130 63
Binary 11110000 10011 10000110 0 1011100 101100 110 101001001 1011000 110011

Color Harmonies of #F01386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01386

Black with #F01386

Text Example


Text Example

White with #F01386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01386; }

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

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

background-color css

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

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

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

border-color css

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

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

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