Html Css Color HEX #F6158C Deep Pink

📋 copy color: '#F6158C'

red 246 ◦ green 21 ◦ blue 140

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

Shades of Deep Pink #F6158C

Tints of Deep Pink #F6158C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.16%

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 60.44%
G = 5.16%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6158C (or 0xF6158C) is known color: Deep Pink. HEX triplet: F6, 15 and 8C. RGB value is (246,21,140). Sum of RGB (Red+Green+Blue) = 246+21+140=407 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.44% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 246 - color contains mainly: red. Hex color #F6158C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6158C is #09EA73. Grayscale: #656565. Windows color (decimal): -649844 or 9180662. OLE color: 9180662.

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

Color convert

RGB 246 21 140 -
CMYK 0 0.91 0.43 0.04
HSL 328.27º 0.93% 0.52% -
HSV(B) 328.27º 0.91% 0.96% -
XYZ 43.01 22.02 26.79 -
YUV 101.84 149.54 230.82 -
System Red Green Blue C M Y K H S L
Decimal 246 21 140 0 0.91 0.43 0.04 328.27 0.93 0.52
Hex F6 15 8C 0 5B 2B 4 148 5D 34
Octal 366 25 214 0 133 53 4 510 135 64
Binary 11110110 10101 10001100 0 1011011 101011 100 101001000 1011101 110100

Color Harmonies of #F6158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6158C

Black with #F6158C

Text Example


Text Example

White with #F6158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6158C; }

 p { color: rgb(246,21,140); }

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

background-color css

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

 a { background-color: rgb(246,21,140); }

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

border-color css

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

 span { border-color: rgb(246,21,140); }

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