Html Css Color HEX #F51386 Deep Pink

📋 copy color: '#F51386'

red 245 ◦ green 19 ◦ blue 134

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

Shades of Deep Pink #F51386

Tints of Deep Pink #F51386

RGB

 RED value IS 245 (96.09% from 255) = 61.56%

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

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

R = 61.56%
G = 4.77%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F51386 (or 0xF51386) is known color: Deep Pink. HEX triplet: F5, 13 and 86. RGB value is (245,19,134). Sum of RGB (Red+Green+Blue) = 245+19+134=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F51386 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51386 is #0AEC79. Grayscale: #636363. Windows color (decimal): -715898 or 8786933. OLE color: 8786933.

HSL color Cylindrical-coordinate representation of color #F51386: hue angle of 329.47º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51386 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 19 134 -
CMYK 0 0.92 0.45 0.04
HSL 329.47º 0.92% 0.52% -
HSV(B) 329.47º 0.92% 0.96% -
XYZ 42.19 21.6 24.5 -
YUV 99.68 147.37 231.65 -
System Red Green Blue C M Y K H S L
Decimal 245 19 134 0 0.92 0.45 0.04 329.47 0.92 0.52
Hex F5 13 86 0 5C 2D 4 149 5C 34
Octal 365 23 206 0 134 55 4 511 134 64
Binary 11110101 10011 10000110 0 1011100 101101 100 101001001 1011100 110100

Color Harmonies of #F51386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51386

Black with #F51386

Text Example


Text Example

White with #F51386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51386; }

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

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

background-color css

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

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

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

border-color css

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

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

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