Html Css Color HEX #F67386 Deep Blush

📋 copy color: '#F67386'

red 246 ◦ green 115 ◦ blue 134

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

Shades of Deep Blush #F67386

Tints of Deep Blush #F67386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.23%

 BLUE value IS 134 (52.73% from 255) = 27.07%

R = 49.7%
G = 23.23%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F67386 (or 0xF67386) is known color: Deep Blush. HEX triplet: F6, 73 and 86. RGB value is (246,115,134). Sum of RGB (Red+Green+Blue) = 246+115+134=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F67386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67386 is #098C79. Grayscale: #9C9C9C. Windows color (decimal): -625786 or 8811510. OLE color: 8811510.

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

Color convert

RGB 246 115 134 -
CMYK 0 0.53 0.46 0.04
HSL 351.3º 0.88% 0.71% -
HSV(B) 351.3º 0.53% 0.96% -
XYZ 48.44 33.58 26.48 -
YUV 156.34 115.4 191.96 -
System Red Green Blue C M Y K H S L
Decimal 246 115 134 0 0.53 0.46 0.04 351.3 0.88 0.71
Hex F6 73 86 0 35 2E 4 15F 58 47
Octal 366 163 206 0 65 56 4 537 130 107
Binary 11110110 1110011 10000110 0 110101 101110 100 101011111 1011000 1000111

Color Harmonies of #F67386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67386

Black with #F67386

Text Example


Text Example

White with #F67386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67386; }

 p { color: rgb(246,115,134); }

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

background-color css

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

 a { background-color: rgb(246,115,134); }

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

border-color css

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

 span { border-color: rgb(246,115,134); }

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