Html Css Color HEX #F6728A Deep Blush

📋 copy color: '#F6728A'

red 246 ◦ green 114 ◦ blue 138

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

Shades of Deep Blush #F6728A

Tints of Deep Blush #F6728A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.89%

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

R = 49.4%
G = 22.89%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F6728A (or 0xF6728A) is known color: Deep Blush. HEX triplet: F6, 72 and 8A. RGB value is (246,114,138). Sum of RGB (Red+Green+Blue) = 246+114+138=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F6728A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6728A is #098D75. Grayscale: #9C9C9C. Windows color (decimal): -626038 or 9073398. OLE color: 9073398.

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

Color convert

RGB 246 114 138 -
CMYK 0 0.54 0.44 0.04
HSL 349.09º 0.88% 0.71% -
HSV(B) 349.09º 0.54% 0.96% -
XYZ 48.61 33.46 27.94 -
YUV 156.2 117.73 192.05 -
System Red Green Blue C M Y K H S L
Decimal 246 114 138 0 0.54 0.44 0.04 349.09 0.88 0.71
Hex F6 72 8A 0 36 2C 4 15D 58 47
Octal 366 162 212 0 66 54 4 535 130 107
Binary 11110110 1110010 10001010 0 110110 101100 100 101011101 1011000 1000111

Color Harmonies of #F6728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6728A

Black with #F6728A

Text Example


Text Example

White with #F6728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6728A; }

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

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

background-color css

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

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

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

border-color css

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

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

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