Html Css Color HEX #F6068F Deep Pink

📋 copy color: '#F6068F'

red 246 ◦ green 6 ◦ blue 143

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

Shades of Deep Pink #F6068F

Tints of Deep Pink #F6068F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.2%

R = 62.28%
G = 1.52%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6068F (or 0xF6068F) is known color: Deep Pink. HEX triplet: F6, 06 and 8F. RGB value is (246,6,143). Sum of RGB (Red+Green+Blue) = 246+6+143=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F6068F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6068F is #09F970. Grayscale: #5D5D5D. Windows color (decimal): -653681 or 9373430. OLE color: 9373430.

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

Color convert

RGB 246 6 143 -
CMYK 0 0.98 0.42 0.04
HSL 325.75º 0.95% 0.49% -
HSV(B) 325.75º 0.98% 0.96% -
XYZ 43.03 21.71 27.91 -
YUV 93.38 156.01 236.86 -
System Red Green Blue C M Y K H S L
Decimal 246 6 143 0 0.98 0.42 0.04 325.75 0.95 0.49
Hex F6 6 8F 0 62 2A 4 146 5F 31
Octal 366 6 217 0 142 52 4 506 137 61
Binary 11110110 110 10001111 0 1100010 101010 100 101000110 1011111 110001

Color Harmonies of #F6068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6068F

Black with #F6068F

Text Example


Text Example

White with #F6068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6068F; }

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

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

background-color css

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

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

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

border-color css

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

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

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