Html Css Color HEX #F31386 Deep Pink

📋 copy color: '#F31386'

red 243 ◦ green 19 ◦ blue 134

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

Shades of Deep Pink #F31386

Tints of Deep Pink #F31386

RGB

 RED value IS 243 (95.31% from 255) = 61.36%

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

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

R = 61.36%
G = 4.8%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F31386 (or 0xF31386) is known color: Deep Pink. HEX triplet: F3, 13 and 86. RGB value is (243,19,134). Sum of RGB (Red+Green+Blue) = 243+19+134=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F31386 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31386 is #0CEC79. Grayscale: #626262. Windows color (decimal): -846970 or 8786931. OLE color: 8786931.

HSL color Cylindrical-coordinate representation of color #F31386: hue angle of 329.2º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31386 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 19 134 -
CMYK 0 0.92 0.45 0.05
HSL 329.2º 0.9% 0.51% -
HSV(B) 329.2º 0.92% 0.95% -
XYZ 41.5 21.24 24.47 -
YUV 99.09 147.71 230.65 -
System Red Green Blue C M Y K H S L
Decimal 243 19 134 0 0.92 0.45 0.05 329.2 0.9 0.51
Hex F3 13 86 0 5C 2D 5 149 5A 33
Octal 363 23 206 0 134 55 5 511 132 63
Binary 11110011 10011 10000110 0 1011100 101101 101 101001001 1011010 110011

Color Harmonies of #F31386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31386

Black with #F31386

Text Example


Text Example

White with #F31386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31386; }

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

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

background-color css

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

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

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

border-color css

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

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

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