Html Css Color HEX #F3137C Deep Pink

📋 copy color: '#F3137C'

red 243 ◦ green 19 ◦ blue 124

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

Shades of Deep Pink #F3137C

Tints of Deep Pink #F3137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 62.95%
G = 4.92%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F3137C (or 0xF3137C) is known color: Deep Pink. HEX triplet: F3, 13 and 7C. RGB value is (243,19,124). Sum of RGB (Red+Green+Blue) = 243+19+124=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F3137C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3137C is #0CEC83. Grayscale: #616161. Windows color (decimal): -846980 or 8131571. OLE color: 8131571.

HSL color Cylindrical-coordinate representation of color #F3137C: hue angle of 331.88º 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 #F3137C is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 19 124 -
CMYK 0 0.92 0.49 0.05
HSL 331.88º 0.9% 0.51% -
HSV(B) 331.88º 0.92% 0.95% -
XYZ 40.83 20.98 20.97 -
YUV 97.95 142.71 231.46 -
System Red Green Blue C M Y K H S L
Decimal 243 19 124 0 0.92 0.49 0.05 331.88 0.9 0.51
Hex F3 13 7C 0 5C 31 5 14C 5A 33
Octal 363 23 174 0 134 61 5 514 132 63
Binary 11110011 10011 1111100 0 1011100 110001 101 101001100 1011010 110011

Color Harmonies of #F3137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3137C

Black with #F3137C

Text Example


Text Example

White with #F3137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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