Html Css Color HEX #F6168E Deep Pink

📋 copy color: '#F6168E'

red 246 ◦ green 22 ◦ blue 142

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

Shades of Deep Pink #F6168E

Tints of Deep Pink #F6168E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.37%

 BLUE value IS 142 (55.86% from 255) = 34.63%

R = 60%
G = 5.37%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6168E (or 0xF6168E) is known color: Deep Pink. HEX triplet: F6, 16 and 8E. RGB value is (246,22,142). Sum of RGB (Red+Green+Blue) = 246+22+142=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F6168E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6168E is #09E971. Grayscale: #666666. Windows color (decimal): -649586 or 9311990. OLE color: 9311990.

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

Color convert

RGB 246 22 142 -
CMYK 0 0.91 0.42 0.04
HSL 327.86º 0.93% 0.53% -
HSV(B) 327.86º 0.91% 0.96% -
XYZ 43.18 22.12 27.59 -
YUV 102.66 150.21 230.24 -
System Red Green Blue C M Y K H S L
Decimal 246 22 142 0 0.91 0.42 0.04 327.86 0.93 0.53
Hex F6 16 8E 0 5B 2A 4 148 5D 35
Octal 366 26 216 0 133 52 4 510 135 65
Binary 11110110 10110 10001110 0 1011011 101010 100 101001000 1011101 110101

Color Harmonies of #F6168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6168E

Black with #F6168E

Text Example


Text Example

White with #F6168E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6168E; }

 p { color: rgb(246,22,142); }

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

background-color css

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

 a { background-color: rgb(246,22,142); }

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

border-color css

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

 span { border-color: rgb(246,22,142); }

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