Html Css Color HEX #F6718C Deep Blush

📋 copy color: '#F6718C'

red 246 ◦ green 113 ◦ blue 140

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

Shades of Deep Blush #F6718C

Tints of Deep Blush #F6718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.65%

 BLUE value IS 140 (55.08% from 255) = 28.06%

R = 49.3%
G = 22.65%
B = 28.06%

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

#F6718C (or 0xF6718C) is known color: Deep Blush. HEX triplet: F6, 71 and 8C. RGB value is (246,113,140). Sum of RGB (Red+Green+Blue) = 246+113+140=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F6718C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6718C is #098E73. Grayscale: #9B9B9B. Windows color (decimal): -626292 or 9204214. OLE color: 9204214.

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

Color convert

RGB 246 113 140 -
CMYK 0 0.54 0.43 0.04
HSL 347.82º 0.88% 0.7% -
HSV(B) 347.82º 0.54% 0.96% -
XYZ 48.64 33.3 28.67 -
YUV 155.85 119.06 192.3 -
System Red Green Blue C M Y K H S L
Decimal 246 113 140 0 0.54 0.43 0.04 347.82 0.88 0.7
Hex F6 71 8C 0 36 2B 4 15C 58 46
Octal 366 161 214 0 66 53 4 534 130 106
Binary 11110110 1110001 10001100 0 110110 101011 100 101011100 1011000 1000110

Color Harmonies of #F6718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6718C

Black with #F6718C

Text Example


Text Example

White with #F6718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6718C; }

 p { color: rgb(246,113,140); }

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

background-color css

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

 a { background-color: rgb(246,113,140); }

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

border-color css

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

 span { border-color: rgb(246,113,140); }

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