Html Css Color HEX #F6137D Deep Pink

📋 copy color: '#F6137D'

red 246 ◦ green 19 ◦ blue 125

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

Shades of Deep Pink #F6137D

Tints of Deep Pink #F6137D

RGB

 RED value IS 246 (96.48% from 255) = 63.08%

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

 BLUE value IS 125 (49.22% from 255) = 32.05%

R = 63.08%
G = 4.87%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6137D (or 0xF6137D) is known color: Deep Pink. HEX triplet: F6, 13 and 7D. RGB value is (246,19,125). Sum of RGB (Red+Green+Blue) = 246+19+125=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F6137D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6137D is #09EC82. Grayscale: #626262. Windows color (decimal): -650371 or 8197110. OLE color: 8197110.

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

Color convert

RGB 246 19 125 -
CMYK 0 0.92 0.49 0.04
HSL 331.98º 0.93% 0.52% -
HSV(B) 331.98º 0.92% 0.96% -
XYZ 41.94 21.54 21.35 -
YUV 98.96 142.71 232.88 -
System Red Green Blue C M Y K H S L
Decimal 246 19 125 0 0.92 0.49 0.04 331.98 0.93 0.52
Hex F6 13 7D 0 5C 31 4 14C 5D 34
Octal 366 23 175 0 134 61 4 514 135 64
Binary 11110110 10011 1111101 0 1011100 110001 100 101001100 1011101 110100

Color Harmonies of #F6137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6137D

Black with #F6137D

Text Example


Text Example

White with #F6137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6137D; }

 p { color: rgb(246,19,125); }

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

background-color css

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

 a { background-color: rgb(246,19,125); }

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

border-color css

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

 span { border-color: rgb(246,19,125); }

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