Html Css Color HEX #F6068A Deep Pink

📋 copy color: '#F6068A'

red 246 ◦ green 6 ◦ blue 138

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

Shades of Deep Pink #F6068A

Tints of Deep Pink #F6068A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.54%

 BLUE value IS 138 (54.3% from 255) = 35.38%

R = 63.08%
G = 1.54%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F6068A (or 0xF6068A) is known color: Deep Pink. HEX triplet: F6, 06 and 8A. RGB value is (246,6,138). Sum of RGB (Red+Green+Blue) = 246+6+138=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F6068A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6068A is #09F975. Grayscale: #5C5C5C. Windows color (decimal): -653686 or 9045750. OLE color: 9045750.

HSL color Cylindrical-coordinate representation of color #F6068A: hue angle of 327º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F6068A is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 6 138 -
CMYK 0 0.98 0.44 0.04
HSL 327º 0.95% 0.49% -
HSV(B) 327º 0.98% 0.96% -
XYZ 42.66 21.56 25.96 -
YUV 92.81 153.51 237.27 -
System Red Green Blue C M Y K H S L
Decimal 246 6 138 0 0.98 0.44 0.04 327 0.95 0.49
Hex F6 6 8A 0 62 2C 4 147 5F 31
Octal 366 6 212 0 142 54 4 507 137 61
Binary 11110110 110 10001010 0 1100010 101100 100 101000111 1011111 110001

Color Harmonies of #F6068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6068A

Black with #F6068A

Text Example


Text Example

White with #F6068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6068A; }

 p { color: rgb(246,6,138); }

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

background-color css

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

 a { background-color: rgb(246,6,138); }

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

border-color css

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

 span { border-color: rgb(246,6,138); }

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