Html Css Color HEX #F6708E Deep Blush

📋 copy color: '#F6708E'

red 246 ◦ green 112 ◦ blue 142

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

Shades of Deep Blush #F6708E

Tints of Deep Blush #F6708E

RGB

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

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

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

R = 49.2%
G = 22.4%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6708E (or 0xF6708E) is known color: Deep Blush. HEX triplet: F6, 70 and 8E. RGB value is (246,112,142). Sum of RGB (Red+Green+Blue) = 246+112+142=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F6708E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6708E is #098F71. Grayscale: #9B9B9B. Windows color (decimal): -626546 or 9335030. OLE color: 9335030.

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

Color convert

RGB 246 112 142 -
CMYK 0 0.54 0.42 0.04
HSL 346.57º 0.88% 0.7% -
HSV(B) 346.57º 0.54% 0.96% -
XYZ 48.68 33.13 29.42 -
YUV 155.49 120.39 192.56 -
System Red Green Blue C M Y K H S L
Decimal 246 112 142 0 0.54 0.42 0.04 346.57 0.88 0.7
Hex F6 70 8E 0 36 2A 4 15B 58 46
Octal 366 160 216 0 66 52 4 533 130 106
Binary 11110110 1110000 10001110 0 110110 101010 100 101011011 1011000 1000110

Color Harmonies of #F6708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6708E

Black with #F6708E

Text Example


Text Example

White with #F6708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6708E; }

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

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

background-color css

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

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

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

border-color css

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

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

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