Html Css Color HEX #F67C72 Salmon

📋 copy color: '#F67C72'

red 246 ◦ green 124 ◦ blue 114

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

Shades of Salmon #F67C72

Tints of Salmon #F67C72

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.62%

 BLUE value IS 114 (44.92% from 255) = 23.55%

R = 50.83%
G = 25.62%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F67C72 (or 0xF67C72) is known color: Salmon. HEX triplet: F6, 7C and 72. RGB value is (246,124,114). Sum of RGB (Red+Green+Blue) = 246+124+114=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67C72 is #09838D. Grayscale: #9F9F9F. Windows color (decimal): -623502 or 7503094. OLE color: 7503094.

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

Color convert

RGB 246 124 114 -
CMYK 0 0.50 0.54 0.04
HSL 4.55º 0.88% 0.71% -
HSV(B) 4.55º 0.54% 0.96% -
XYZ 48.25 35.22 20.18 -
YUV 159.34 102.42 189.81 -
System Red Green Blue C M Y K H S L
Decimal 246 124 114 0 0.50 0.54 0.04 4.55 0.88 0.71
Hex F6 7C 72 0 32 36 4 5 58 47
Octal 366 174 162 0 62 66 4 5 130 107
Binary 11110110 1111100 1110010 0 110010 110110 100 101 1011000 1000111

Color Harmonies of #F67C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67C72

Black with #F67C72

Text Example


Text Example

White with #F67C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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