Html Css Color HEX #F6197E Deep Pink

📋 copy color: '#F6197E'

red 246 ◦ green 25 ◦ blue 126

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

Shades of Deep Pink #F6197E

Tints of Deep Pink #F6197E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.3%

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 61.96%
G = 6.3%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6197E (or 0xF6197E) is known color: Deep Pink. HEX triplet: F6, 19 and 7E. RGB value is (246,25,126). Sum of RGB (Red+Green+Blue) = 246+25+126=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F6197E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6197E is #09E681. Grayscale: #666666. Windows color (decimal): -648834 or 8264182. OLE color: 8264182.

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

Color convert

RGB 246 25 126 -
CMYK 0 0.90 0.49 0.04
HSL 332.58º 0.92% 0.53% -
HSV(B) 332.58º 0.9% 0.96% -
XYZ 42.12 21.79 21.73 -
YUV 102.59 141.22 230.29 -
System Red Green Blue C M Y K H S L
Decimal 246 25 126 0 0.90 0.49 0.04 332.58 0.92 0.53
Hex F6 19 7E 0 5A 31 4 14D 5C 35
Octal 366 31 176 0 132 61 4 515 134 65
Binary 11110110 11001 1111110 0 1011010 110001 100 101001101 1011100 110101

Color Harmonies of #F6197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6197E

Black with #F6197E

Text Example


Text Example

White with #F6197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6197E; }

 p { color: rgb(246,25,126); }

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

background-color css

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

 a { background-color: rgb(246,25,126); }

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

border-color css

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

 span { border-color: rgb(246,25,126); }

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