Html Css Color HEX #F6708B Deep Blush

📋 copy color: '#F6708B'

red 246 ◦ green 112 ◦ blue 139

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

Shades of Deep Blush #F6708B

Tints of Deep Blush #F6708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.54%

 BLUE value IS 139 (54.69% from 255) = 27.97%

R = 49.5%
G = 22.54%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6708B (or 0xF6708B) is known color: Deep Blush. HEX triplet: F6, 70 and 8B. RGB value is (246,112,139). Sum of RGB (Red+Green+Blue) = 246+112+139=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F6708B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6708B is #098F74. Grayscale: #9B9B9B. Windows color (decimal): -626549 or 9138422. OLE color: 9138422.

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

Color convert

RGB 246 112 139 -
CMYK 0 0.54 0.43 0.04
HSL 347.91º 0.88% 0.7% -
HSV(B) 347.91º 0.54% 0.96% -
XYZ 48.46 33.05 28.25 -
YUV 155.14 118.89 192.8 -
System Red Green Blue C M Y K H S L
Decimal 246 112 139 0 0.54 0.43 0.04 347.91 0.88 0.7
Hex F6 70 8B 0 36 2B 4 15C 58 46
Octal 366 160 213 0 66 53 4 534 130 106
Binary 11110110 1110000 10001011 0 110110 101011 100 101011100 1011000 1000110

Color Harmonies of #F6708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6708B

Black with #F6708B

Text Example


Text Example

White with #F6708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6708B; }

 p { color: rgb(246,112,139); }

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

background-color css

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

 a { background-color: rgb(246,112,139); }

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

border-color css

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

 span { border-color: rgb(246,112,139); }

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