Html Css Color HEX #F6119B Deep Pink

📋 copy color: '#F6119B'

red 246 ◦ green 17 ◦ blue 155

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

Shades of Deep Pink #F6119B

Tints of Deep Pink #F6119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.07%

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

R = 58.85%
G = 4.07%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F6119B (or 0xF6119B) is known color: Deep Pink. HEX triplet: F6, 11 and 9B. RGB value is (246,17,155). Sum of RGB (Red+Green+Blue) = 246+17+155=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F6119B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6119B is #09EE64. Grayscale: #646464. Windows color (decimal): -650853 or 10162678. OLE color: 10162678.

HSL color Cylindrical-coordinate representation of color #F6119B: hue angle of 323.84º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6119B is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 17 155 -
CMYK 0 0.93 0.37 0.04
HSL 323.84º 0.93% 0.52% -
HSV(B) 323.84º 0.93% 0.96% -
XYZ 44.12 22.36 33 -
YUV 101.2 158.37 231.28 -
System Red Green Blue C M Y K H S L
Decimal 246 17 155 0 0.93 0.37 0.04 323.84 0.93 0.52
Hex F6 11 9B 0 5D 25 4 144 5D 34
Octal 366 21 233 0 135 45 4 504 135 64
Binary 11110110 10001 10011011 0 1011101 100101 100 101000100 1011101 110100

Color Harmonies of #F6119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6119B

Black with #F6119B

Text Example


Text Example

White with #F6119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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