Html Css Color HEX #F67686 Deep Blush

📋 copy color: '#F67686'

red 246 ◦ green 118 ◦ blue 134

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

Shades of Deep Blush #F67686

Tints of Deep Blush #F67686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.69%

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

R = 49.4%
G = 23.69%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F67686 (or 0xF67686) is known color: Deep Blush. HEX triplet: F6, 76 and 86. RGB value is (246,118,134). Sum of RGB (Red+Green+Blue) = 246+118+134=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F67686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67686 is #098979. Grayscale: #9E9E9E. Windows color (decimal): -625018 or 8812278. OLE color: 8812278.

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

Color convert

RGB 246 118 134 -
CMYK 0 0.52 0.46 0.04
HSL 352.5º 0.88% 0.71% -
HSV(B) 352.5º 0.52% 0.96% -
XYZ 48.79 34.27 26.6 -
YUV 158.1 114.41 190.7 -
System Red Green Blue C M Y K H S L
Decimal 246 118 134 0 0.52 0.46 0.04 352.5 0.88 0.71
Hex F6 76 86 0 34 2E 4 160 58 47
Octal 366 166 206 0 64 56 4 540 130 107
Binary 11110110 1110110 10000110 0 110100 101110 100 101100000 1011000 1000111

Color Harmonies of #F67686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67686

Black with #F67686

Text Example


Text Example

White with #F67686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67686; }

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

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

background-color css

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

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

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

border-color css

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

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

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