Html Css Color HEX #F6197F Deep Pink

📋 copy color: '#F6197F'

red 246 ◦ green 25 ◦ blue 127

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

Shades of Deep Pink #F6197F

Tints of Deep Pink #F6197F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.91%

R = 61.81%
G = 6.28%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F6197F (or 0xF6197F) is known color: Deep Pink. HEX triplet: F6, 19 and 7F. RGB value is (246,25,127). Sum of RGB (Red+Green+Blue) = 246+25+127=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F6197F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6197F is #09E680. Grayscale: #666666. Windows color (decimal): -648833 or 8329718. OLE color: 8329718.

HSL color Cylindrical-coordinate representation of color #F6197F: hue angle of 332.31º 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 #F6197F is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 25 127 -
CMYK 0 0.90 0.48 0.04
HSL 332.31º 0.92% 0.53% -
HSV(B) 332.31º 0.9% 0.96% -
XYZ 42.18 21.82 22.07 -
YUV 102.71 141.72 230.21 -
System Red Green Blue C M Y K H S L
Decimal 246 25 127 0 0.90 0.48 0.04 332.31 0.92 0.53
Hex F6 19 7F 0 5A 30 4 14C 5C 35
Octal 366 31 177 0 132 60 4 514 134 65
Binary 11110110 11001 1111111 0 1011010 110000 100 101001100 1011100 110101

Color Harmonies of #F6197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6197F

Black with #F6197F

Text Example


Text Example

White with #F6197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6197F; }

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

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

background-color css

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

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

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

border-color css

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

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

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