Html Css Color HEX #F6149B Deep Pink

📋 copy color: '#F6149B'

red 246 ◦ green 20 ◦ blue 155

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

Shades of Deep Pink #F6149B

Tints of Deep Pink #F6149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.75%

 BLUE value IS 155 (60.94% from 255) = 36.82%

R = 58.43%
G = 4.75%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F6149B (or 0xF6149B) is known color: Deep Pink. HEX triplet: F6, 14 and 9B. RGB value is (246,20,155). Sum of RGB (Red+Green+Blue) = 246+20+155=421 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.43% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 246 - color contains mainly: red. Hex color #F6149B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6149B is #09EB64. Grayscale: #666666. Windows color (decimal): -650085 or 10163446. OLE color: 10163446.

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

Color convert

RGB 246 20 155 -
CMYK 0 0.92 0.37 0.04
HSL 324.16º 0.93% 0.52% -
HSV(B) 324.16º 0.92% 0.96% -
XYZ 44.17 22.46 33.02 -
YUV 102.96 157.37 230.02 -
System Red Green Blue C M Y K H S L
Decimal 246 20 155 0 0.92 0.37 0.04 324.16 0.93 0.52
Hex F6 14 9B 0 5C 25 4 144 5D 34
Octal 366 24 233 0 134 45 4 504 135 64
Binary 11110110 10100 10011011 0 1011100 100101 100 101000100 1011101 110100

Color Harmonies of #F6149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6149B

Black with #F6149B

Text Example


Text Example

White with #F6149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6149B; }

 p { color: rgb(246,20,155); }

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

background-color css

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

 a { background-color: rgb(246,20,155); }

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

border-color css

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

 span { border-color: rgb(246,20,155); }

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